antlr
Class TreeSpecifierNode
java.lang.Object
|
+--antlr.TreeSpecifierNode
- class TreeSpecifierNode
- extends Object
Field Summary
Constructor Summary
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
parent
private TreeSpecifierNode parent
firstChild
private TreeSpecifierNode firstChild
nextSibling
private TreeSpecifierNode nextSibling
tok
private Token tok
Constructor Detail
TreeSpecifierNode
TreeSpecifierNode(Token tok_)
Method Detail
getFirstChild
public TreeSpecifierNode getFirstChild()
-
getNextSibling
public TreeSpecifierNode getNextSibling()
-
getParent
public TreeSpecifierNode getParent()
-
getToken
public Token getToken()
-
setFirstChild
public void setFirstChild(TreeSpecifierNode child)
-
setNextSibling
public void setNextSibling(TreeSpecifierNode sibling)
-