|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--antlr.ASTNULLType
There is only one instance of this class
| Constructor Summary | |
ASTNULLType()
|
|
| Method Summary | |
void |
addChild(AST c)
Add a (rightmost) child to this node |
boolean |
equals(AST t)
|
boolean |
equalsList(AST t)
|
boolean |
equalsListPartial(AST t)
|
boolean |
equalsTree(AST t)
|
boolean |
equalsTreePartial(AST t)
|
ASTEnumeration |
findAll(AST tree)
|
ASTEnumeration |
findAllPartial(AST subtree)
|
AST |
getFirstChild()
Get the first child of this node; null if no children |
AST |
getNextSibling()
Get the next sibling in line after this one |
java.lang.String |
getText()
Get the token text for this node |
int |
getType()
Get the token type for this node |
void |
initialize(AST t)
|
void |
initialize(int t,
java.lang.String txt)
|
void |
initialize(Token t)
|
void |
setFirstChild(AST c)
Set the first child of a node. |
void |
setNextSibling(AST n)
Set the next sibling after this one. |
void |
setText(java.lang.String text)
Set the token text for this node |
void |
setType(int ttype)
Set the token type for this node |
java.lang.String |
toString()
|
java.lang.String |
toStringList()
|
java.lang.String |
toStringTree()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ASTNULLType()
| Method Detail |
public void addChild(AST c)
AST
addChild in interface ASTpublic boolean equals(AST t)
equals in interface ASTpublic boolean equalsList(AST t)
equalsList in interface ASTpublic boolean equalsListPartial(AST t)
equalsListPartial in interface ASTpublic boolean equalsTree(AST t)
equalsTree in interface ASTpublic boolean equalsTreePartial(AST t)
equalsTreePartial in interface ASTpublic ASTEnumeration findAll(AST tree)
findAll in interface ASTpublic ASTEnumeration findAllPartial(AST subtree)
findAllPartial in interface ASTpublic AST getFirstChild()
AST
getFirstChild in interface ASTpublic AST getNextSibling()
AST
getNextSibling in interface ASTpublic java.lang.String getText()
AST
getText in interface ASTpublic int getType()
AST
getType in interface AST
public void initialize(int t,
java.lang.String txt)
initialize in interface ASTpublic void initialize(AST t)
initialize in interface ASTpublic void initialize(Token t)
initialize in interface ASTpublic void setFirstChild(AST c)
AST
setFirstChild in interface ASTpublic void setNextSibling(AST n)
AST
setNextSibling in interface ASTpublic void setText(java.lang.String text)
AST
setText in interface ASTpublic void setType(int ttype)
AST
setType in interface ASTpublic java.lang.String toString()
toString in interface ASTtoString in class java.lang.Objectpublic java.lang.String toStringList()
toStringList in interface ASTpublic java.lang.String toStringTree()
toStringTree in interface AST
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||