|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.dms.util.Utils | +--at.dms.compiler.Phylum
This class represents the root class for all elements of the parsing tree.
Fields inherited from class at.dms.util.Utils |
DBG_LEVEL_HIGH, DBG_LEVEL_LOW, DBG_LEVEL_NO |
Constructor Summary | |
Phylum(TokenReference where)
construct an element of the parsing tree |
Method Summary | |
TokenReference |
getTokenReference()
Returns the token reference of this node in the source text. |
void |
setTokenReference(TokenReference where)
Change the token reference of this node. |
Methods inherited from class at.dms.util.Utils |
assert, assert, fail, fail, hasFlag, hasMoreThanOneFlag, hasOtherFlags, splitQualifiedName, splitQualifiedName, vectorToArray, vectorToIntArray |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Phylum(TokenReference where)
where
- the token reference of this nodeMethod Detail |
public TokenReference getTokenReference()
public void setTokenReference(TokenReference where)
where
- the new token reference.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |