org.xerial.wiki
Class WikiNode

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getCharPositionInLine()
           
 WikiNode getChild(int childIndex)
           
 int getLine()
           
 WikiNodeType getNodeType()
           
 String getText()
           
 int numChildren()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiNode

public WikiNode(org.antlr.runtime.tree.Tree tree)
Method Detail

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()


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