An NDoc Documented Class Library

Parser Methods

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

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetExpectedTokens Gets array of expected token symbols.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetReductionSyntaxNode Gets reduction item syntax object by its index.
GetType (inherited from Object) Gets the Type of the current instance.
Parse Executes next step of parser and returns parser state.
PopInputToken Pops token from the input token stack.
PushInputToken Pushes a token to the input token stack.
ReadToken Reads next token from the input stream.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

Parser Class | GoldParser Namespace