at.dms.compiler
Class Phylum

java.lang.Object
  |
  +--at.dms.util.Utils
        |
        +--at.dms.compiler.Phylum
Direct Known Subclasses:
JPhylum

public abstract class Phylum
extends Utils

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Phylum

public Phylum(TokenReference where)
construct an element of the parsing tree
Parameters:
where - the token reference of this node
Method Detail

getTokenReference

public TokenReference getTokenReference()
Returns the token reference of this node in the source text.
Returns:
the entire token reference.

setTokenReference

public void setTokenReference(TokenReference where)
Change the token reference of this node.
Parameters:
where - the new token reference.