org.xerial.wiki
Class WikiNode
java.lang.Object
org.xerial.wiki.WikiNode
public class WikiNode
- extends Object
ParseTree node of the wiki
- Author:
- leo
|
Constructor Summary |
WikiNode(org.antlr.runtime.tree.Tree tree)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiNode
public WikiNode(org.antlr.runtime.tree.Tree tree)
getChild
public WikiNode getChild(int childIndex)
numChildren
public int numChildren()
getLine
public int getLine()
getCharPositionInLine
public int getCharPositionInLine()
getText
public String getText()
getNodeType
public WikiNodeType getNodeType()

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.