| java.lang.Object xtc.lang.javacc.syntaxtree.NodeToken
NodeToken | public class NodeToken implements Node(Code) | | Represents a single token in the grammar. If the "-tk" option
is used, also contains a Vector of preceding special tokens.
|
beginLinebeginColumnendLineendColumn | public int beginLinebeginColumnendLineendColumn(Code) | | |
NodeToken | public NodeToken(String s, int kind, int beginLine, int beginColumn, int endLine, int endColumn)(Code) | | |
numSpecials | public int numSpecials()(Code) | | |
trimSpecials | public void trimSpecials()(Code) | | |
|
|