Calitha GOLD Parser Engine Documentation

NonterminalToken Properties

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

Public Instance Properties

Rule The rule that caused the reduction.
Symbol The symbol that this nonterminal token represents.
Tokens The tokens that are reduced.
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

NonterminalToken Class | com.calitha.goldparser Namespace