public class DynamicToken extends ParseNode implements TimeStamped
| Constructor and Description |
|---|
DynamicToken(ParseNode node) |
DynamicToken(ParserOperator operator,
ParseNode node) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeStamp()
Returns this object's time stamp.
|
void |
makeOperator(ParserOperator operator) |
void |
setTimeStamp(long stamp)
Stamp this object with the specified time stamp.
|
addAlternative, alternatives, associativity, child, children, copy, copy, display, display, equals, firstChild, fixity, getEnd, getFile, getLineNumber, getSpan, getStart, hasAlternatives, hasChildren, hasValue, hasXmlForm, isEmptyNode, isEOI, isError, isInnerNode, isInteger, isLeafNode, isLocated, isOperator, isTerminal, isUnknown, lastChild, locate, locationString, makeInteger, nodeInfo, numberOfChildren, nvalue, operator, precedence, setChildren, setEnd, setFile, setLineNumber, setNvalue, setOperator, setSpan, setStart, setSvalue, setSymbol, setXmlInfo, show, show, show, showXmlElement, span, stringValue, svalue, symbol, toString, xmlDocument, xmlDocument, xmlForm, xmlifypublic DynamicToken(ParseNode node)
public DynamicToken(ParserOperator operator, ParseNode node)
public final long getTimeStamp()
TimeStampedgetTimeStamp in interface TimeStampedpublic final void setTimeStamp(long stamp)
TimeStampedsetTimeStamp in interface TimeStampedpublic final void makeOperator(ParserOperator operator)