Calitha GOLD Parser Engine Documentation

ReduceEventArgs Properties

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

Public Instance Properties

Continue Determines if the parse process should continue after this event. True by default.
NewState The state after the reduction.
Rule The rule that was used to reduce tokens.
Token The nonterminal token that consists of nonterminal or terminal tokens that has been reduced by the rule.

See Also

ReduceEventArgs Class | com.calitha.goldparser Namespace