Calitha GOLD Parser Engine Documentation

TerminalToken Constructor 

Creates a new terminal token object.

public TerminalToken(
   SymbolTerminal symbol,
   string text,
   Location location
);

Parameters

symbol
The symbol that this token represents.
text
The text from the input that is the token.
location
The location in the input that this token has been found.

See Also

TerminalToken Class | com.calitha.goldparser Namespace