Constructor and Description |
---|
ASTNULLType() |
Modifier and Type | Method and Description |
---|---|
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) |
int |
getColumn() |
AST |
getFirstChild()
Get the first child of this node; null if no children
|
int |
getLine() |
AST |
getNextSibling()
Get the next sibling in line after this one
|
int |
getNumberOfChildren()
Get number of children of this node; if leaf, returns 0
|
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() |
public void addChild(AST c)
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)
public ASTEnumeration findAllPartial(AST subtree)
findAllPartial
in interface AST
public AST getFirstChild()
AST
getFirstChild
in interface AST
public AST getNextSibling()
AST
getNextSibling
in interface AST
public java.lang.String getText()
AST
public int getType()
AST
public int getNumberOfChildren()
AST
getNumberOfChildren
in interface AST
public void initialize(int t, java.lang.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)
AST
setFirstChild
in interface AST
public void setNextSibling(AST n)
AST
setNextSibling
in interface AST
public void setText(java.lang.String text)
AST
public void setType(int ttype)
AST
public java.lang.String toString()
public java.lang.String toStringList()
toStringList
in interface AST
public java.lang.String toStringTree()
toStringTree
in interface AST