|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Untamed:
Method Summary | |
void |
addChild(AST c)
Enabled: Add a (rightmost) child to this node |
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: Get the first child of this node; null if no children |
AST |
getNextSibling()
Enabled: Get the next sibling in line after this one |
String |
getText()
Enabled: Get the token text for this node |
int |
getType()
Enabled: Get the token type for this node |
void |
initialize(AST t)
Enabled: |
void |
initialize(int t,
String txt)
Enabled: |
void |
initialize(Token t)
Enabled: |
void |
setFirstChild(AST c)
Enabled: Set the first child of a node. |
void |
setNextSibling(AST n)
Enabled: Set the next sibling after this one. |
void |
setText(String text)
Enabled: Set the token text for this node |
void |
setType(int ttype)
Enabled: Set the token type for this node |
String |
toString()
Suppressed: |
String |
toStringList()
Enabled: |
String |
toStringTree()
Enabled: |
Method Detail |
public void addChild(AST c)
public boolean equals(AST t)
public boolean equalsList(AST t)
public boolean equalsListPartial(AST t)
public boolean equalsTree(AST t)
public boolean equalsTreePartial(AST t)
public ASTEnumeration findAll(AST tree)
public ASTEnumeration findAllPartial(AST subtree)
public AST getFirstChild()
public AST getNextSibling()
public String getText()
public int getType()
public void initialize(int t, String txt)
public void initialize(AST t)
public void initialize(Token t)
public void setFirstChild(AST c)
public void setNextSibling(AST n)
public void setText(String text)
public void setType(int ttype)
public String toString()
toString
in class Object
public String toStringList()
public String toStringTree()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |