Aliases for each RHS symbol name (or NULL)
API Tags:
Where the declaration argument should be put
This is assigned as a reference to an internal variable
API Tags:
Keyword of a declaration
This is one of the %keyword keywords in the grammar file
API Tags:
Where the declaration linenumber is put
This is assigned as a reference to an internal variable
API Tags:
Number of parsing errors so far
API Tags:
The fallback token
API Tags:
Name of the input file
API Tags:
Global state vector
API Tags:
Left-hand side of the current rule
API Tags:
Alias for the LHS
API Tags:
Number of right-hand side symbols seen
API Tags:
Previous rule parsed
API Tags:
Right-hand side symbols
API Tags:
Parser state (one of the class constants for this class)
- PHP_ParserGenerator_Parser::INITIALIZE,
- PHP_ParserGenerator_Parser::WAITING_FOR_DECL_OR_RULE,
- PHP_ParserGenerator_Parser::WAITING_FOR_DECL_KEYWORD,
- PHP_ParserGenerator_Parser::WAITING_FOR_DECL_ARG,
- PHP_ParserGenerator_Parser::WAITING_FOR_PRECEDENCE_SYMBOL,
- PHP_ParserGenerator_Parser::WAITING_FOR_ARROW,
- PHP_ParserGenerator_Parser::IN_RHS,
- PHP_ParserGenerator_Parser::LHS_ALIAS_1,
- PHP_ParserGenerator_Parser::LHS_ALIAS_2,
- PHP_ParserGenerator_Parser::LHS_ALIAS_3,
- PHP_ParserGenerator_Parser::RHS_ALIAS_1,
- PHP_ParserGenerator_Parser::RHS_ALIAS_2,
- PHP_ParserGenerator_Parser::PRECEDENCE_MARK_1,
- PHP_ParserGenerator_Parser::PRECEDENCE_MARK_2,
- PHP_ParserGenerator_Parser::RESYNC_AFTER_RULE_ERROR,
- PHP_ParserGenerator_Parser::RESYNC_AFTER_DECL_ERROR,
- PHP_ParserGenerator_Parser::WAITING_FOR_DESTRUCTOR_SYMBOL,
- PHP_ParserGenerator_Parser::WAITING_FOR_DATATYPE_SYMBOL,
- PHP_ParserGenerator_Parser::WAITING_FOR_FALLBACK_ID
API Tags:
Linenumber at which current token starts
API Tags:
Index of current token within the input string
API Tags: