Calitha GOLD Parser Engine Documentation

LALRParser.OnGoto Event

This event will be called when a goto occurs (after a reduction).

public event GotoHandler OnGoto;

Event Data

The event handler receives an argument of type GotoEventArgs containing data related to this event. The following GotoEventArgs properties provide information specific to this event.

Property Description
NewState The state after the goto event.
Symbol The symbol that causes the goto event.

See Also

LALRParser Class | com.calitha.goldparser Namespace