- org.apache.groovy.parser.antlr4.AbstractParser
-
- All Implemented Interfaces and Traits:
- org.apache.groovy.parser.antlr4.SyntaxErrorReportable
public abstract class AbstractParser
extends Parser
Because antlr4 does not support generating parser with specified interface,
we have to create a super class for it and implement the interface.
-
-
Inherited fields
Fields inherited from class |
Fields |
class Parser |
EOF |
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class Parser |
isTrace, setTrace, getCurrentToken, getPrecedence, getSourceName, setContext, setErrorHandler, getErrorHandler, getParseInfo, precpred, enterOuterAlt, enterRecursionRule, enterRecursionRule, pushNewRecursionContext, unrollRecursionContexts, matchWildcard, setBuildParseTree, getBuildParseTree, setTrimParseTree, getTrimParseTree, getParseListeners, addParseListener, removeParseListener, removeParseListeners, getNumberOfSyntaxErrors, getATNWithBypassAlts, compileParseTreePattern, compileParseTreePattern, notifyErrorListeners, notifyErrorListeners, createTerminalNode, createErrorNode, enterLeftFactoredRule, getInvokingContext, inContext, isExpectedToken, isMatchedEOF, getExpectedTokensWithinCurrentRule, getDFAStrings, dumpDFA, exitRule, enterRule, getRuleInvocationStack, getRuleInvocationStack, getRuleIndex, getTokenFactory, getExpectedTokens, getErrorListenerDispatch, getErrorListenerDispatch, getRuleContext, setInputStream, setProfile, consume, getContext, reset, getInputStream, getInputStream, match, getTokenNames, removeErrorListeners, getInterpreter, addErrorListener, getTokenTypeMap, getRuleIndexMap, getTokenType, getErrorHeader, getTokenErrorDisplay, removeErrorListener, getErrorListeners, getRuleNames, getATN, setInterpreter, getVocabulary, getGrammarFileName, getSerializedATN, sempred, setState, action, getState, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.