|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--antlr.ASTNULLType
Untamed:
Constructor Summary | |
ASTNULLType()
Enabled: |
Method Summary | |
void |
addChild(AST c)
Enabled: |
boolean |
equals(AST t)
Enabled: |
boolean |
equalsList(AST t)
Enabled: |
boolean |
equalsListPartial(AST t)
Enabled: |
boolean |
equalsTree(AST t)
Enabled: |
boolean |
equalsTreePartial(AST t)
Enabled: |
ASTEnumeration |
findAll(AST tree)
Enabled: |
ASTEnumeration |
findAllPartial(AST subtree)
Enabled: |
AST |
getFirstChild()
Enabled: |
AST |
getNextSibling()
Enabled: |
String |
getText()
Enabled: |
int |
getType()
Enabled: |
void |
initialize(AST t)
Enabled: |
void |
initialize(int t,
String txt)
Enabled: |
void |
initialize(Token t)
Enabled: |
void |
setFirstChild(AST c)
Enabled: |
void |
setNextSibling(AST n)
Enabled: |
void |
setText(String text)
Enabled: |
void |
setType(int ttype)
Enabled: |
String |
toString()
Suppressed: |
String |
toStringList()
Enabled: |
String |
toStringTree()
Enabled: |
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)
addChild
in interface AST
public boolean equals(AST t)
equals
in interface AST
public boolean equalsList(AST t)
equalsList
in interface AST
public boolean equalsListPartial(AST t)
equalsListPartial
in interface AST
public boolean equalsTree(AST t)
equalsTree
in interface AST
public boolean equalsTreePartial(AST t)
equalsTreePartial
in interface AST
public ASTEnumeration findAll(AST tree)
findAll
in interface AST
public ASTEnumeration findAllPartial(AST subtree)
findAllPartial
in interface AST
public AST getFirstChild()
getFirstChild
in interface AST
public AST getNextSibling()
getNextSibling
in interface AST
public String getText()
getText
in interface AST
public int getType()
getType
in interface AST
public void initialize(int t, String txt)
initialize
in interface AST
public void initialize(AST t)
initialize
in interface AST
public void initialize(Token t)
initialize
in interface AST
public void setFirstChild(AST c)
setFirstChild
in interface AST
public void setNextSibling(AST n)
setNextSibling
in interface AST
public void setText(String text)
setText
in interface AST
public void setType(int ttype)
setType
in interface AST
public String toString()
toString
in interface AST
toString
in class Object
public String toStringList()
toStringList
in interface AST
public String toStringTree()
toStringTree
in interface AST
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |