- 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 |
getExpectedTokens, getErrorListenerDispatch, getErrorListenerDispatch, getParseInfo, precpred, getRuleContext, enterRule, exitRule, compileParseTreePattern, compileParseTreePattern, notifyErrorListeners, notifyErrorListeners, createTerminalNode, createErrorNode, enterLeftFactoredRule, getInvokingContext, inContext, isExpectedToken, isMatchedEOF, getExpectedTokensWithinCurrentRule, getDFAStrings, dumpDFA, getRuleInvocationStack, getRuleInvocationStack, getRuleIndex, getTokenFactory, enterOuterAlt, enterRecursionRule, enterRecursionRule, pushNewRecursionContext, unrollRecursionContexts, matchWildcard, setBuildParseTree, getBuildParseTree, setTrimParseTree, getTrimParseTree, getParseListeners, addParseListener, removeParseListener, removeParseListeners, getNumberOfSyntaxErrors, getATNWithBypassAlts, setTrace, setContext, getPrecedence, getSourceName, getCurrentToken, isTrace, setErrorHandler, getErrorHandler, consume, match, getContext, reset, getInputStream, getInputStream, setInputStream, setProfile, getTokenNames, getVocabulary, getGrammarFileName, getSerializedATN, getATN, setInterpreter, sempred, getTokenTypeMap, getRuleIndexMap, getTokenType, getErrorHeader, getTokenErrorDisplay, removeErrorListener, getErrorListeners, addErrorListener, getInterpreter, removeErrorListeners, getRuleNames, getState, action, setState, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.