Calitha GOLD Parser Engine Documentation

TerminalToken Properties

The properties of the TerminalToken class are listed below. For a complete list of TerminalToken class members, see the TerminalToken Members topic.

Public Instance Properties

Location The location in the input that this token was found.
Symbol The symbol that this token represents.
Text The text from the input that is this token.
UserObject (inherited from Token) This can be user for storing an object during the reduce event. This makes it possible to create a tree when the source is being parsed.

See Also

TerminalToken Class | com.calitha.goldparser Namespace