An NDoc Documented Class Library
Parser.PushInputToken Method
Pushes a token to the input token stack.
public
void
PushInputToken(
Symbol
symbol
,
string
text
,
object
syntaxNode
);
Parameters
symbol
Token symbol.
text
Token text.
syntaxNode
Syntax node associated with the token.
See Also
Parser Class
|
GoldParser Namespace