Lines Matching refs:Parser

28 abstract class Parser extends Recognizer
44 * @see Parser::getErrorHandler()
45 * @see Parser::setErrorHandler()
54 * @see Parser::getInputStream()
55 * @see Parser::setInputStream()
76 * @see Parser::getBuildParseTree()
77 * @see Parser::setBuildParseTree()
84 * When {@see Parser::setTrace(true)} is called, a reference to the
86 * later call to {@see Parser::setTrace(false)}. The listener itself is
98 * @see Parser::addParseListener
106 * incremented each time {@see Parser::notifyErrorListeners()} is called.
113 * Indicates parser has matched EOF token. See {@see Parser::exitRule()}.
151 * {@see ANTLRErrorStrategy::reportMatch()} and {@see Parser::consume()}
156 * {@see Parser::getBuildParseTree()} is `true` and the token index
159 * {@see Parser::createErrorNode(ParserRuleContext, Token)} then
199 * and {@see Parser::consume()} are called to complete the match process.
203 * If {@see Parser::getBuildParseTree()} is `true` and the token index
206 * {@see Parser::createErrorNode(ParserRuleContext, Token)}. then
315 * @see Parser::addParseListener()
329 * @see Parser::addParseListener()
352 * @see Parser::addParseListener()
366 * incremented each time {@see Parser::notifyErrorListeners()} is called.
368 * @see Parser::notifyErrorListeners()
393 * {@see Parser::getSerializedATN()} method.
496 * Consume and return the {@see Parser::getCurrentToken()} current symbol.
511 * added to the parse tree using {@see Parser::createErrorNode()} then
583 * {@see Parser::$ctx} get the current context.
660 * Like {@see Parser::enterRule()} but for recursive rules.
943 * @see Parser::setTrace()