Calitha GOLD Parser Engine Documentation

LALRParser.OnShift Event

This event will be called when a token is shifted onto the stack.

public event ShiftHandler OnShift;

Event Data

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

Property Description
NewState The state that the parser is in after the shift.
Token The terminal token that is shifted onto the stack.

See Also

LALRParser Class | com.calitha.goldparser Namespace