Calitha GOLD Parser Engine Documentation

LALRParser Events

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

Public Instance Events

OnAccept This event will be called if the parser is finished and the input has been accepted.
OnCommentRead This event will be called when a comment section has been read.
OnGoto This event will be called when a goto occurs (after a reduction).
OnParseError This event will be called when the parser has a token it cannot parse.
OnReduce This event will be called when tokens are reduced.
OnShift This event will be called when a token is shifted onto the stack.
OnTokenError This event will be called when the tokenizer cannot recognize the input.
OnTokenRead This event will be called if a token has been read which will be parsed by the LALR parser.

See Also

LALRParser Class | com.calitha.goldparser Namespace