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