Package org.eclipse.epsilon.common.parse
Class EpsilonParser
- java.lang.Object
-
- org.antlr.runtime.BaseRecognizer
-
- org.antlr.runtime.Parser
-
- org.eclipse.epsilon.common.parse.EpsilonParser
-
- Direct Known Subclasses:
Ecl_EclParserRules
,Ecl_EolParserRules
,Ecl_ErlParserRules
,EclParser
,Egx_EgxParserRules
,Egx_EolParserRules
,Egx_ErlParserRules
,EgxParser
,Eml_EmlParserRules
,Eml_EolParserRules
,Eml_ErlParserRules
,Eml_EtlParserRules
,EmlParser
,Eol_EolParserRules
,EolParser
,Epl_EolParserRules
,Epl_EplParserRules
,Epl_ErlParserRules
,EplParser
,Erl_EolParserRules
,Erl_ErlParserRules
,ErlParser
,Etl_EolParserRules
,Etl_ErlParserRules
,Etl_EtlParserRules
,EtlParser
,Evl_EolParserRules
,Evl_ErlParserRules
,Evl_EvlParserRules
,EvlParser
,Ewl_EolParserRules
,Ewl_ErlParserRules
,Ewl_EwlParserRules
,EwlParser
,Flock_EolParserRules
,Flock_ErlParserRules
,FlockParser
,HutnParser
,HutnSpecParser
,Pinset_EolParserRules
,Pinset_ErlParserRules
,Pinset_PinsetParserRules
,PinsetParser
public abstract class EpsilonParser extends org.antlr.runtime.Parser
-
-
Constructor Summary
Constructors Constructor Description EpsilonParser(org.antlr.runtime.TokenStream tokenstream)
EpsilonParser(org.antlr.runtime.TokenStream tokenstream, org.antlr.runtime.RecognizerSharedState recognizersharedstate)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException re)
abstract org.antlr.runtime.tree.TreeAdaptor
getTreeAdaptor()
protected boolean
isSupertype(Class<?> parent, Class<?> child)
void
prepareForGUnit()
void
setDeepTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
abstract void
setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
-
Methods inherited from class org.antlr.runtime.Parser
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
-
Methods inherited from class org.antlr.runtime.BaseRecognizer
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getGrammarFileName, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut
-
-
-
-
Method Detail
-
getTreeAdaptor
public abstract org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
-
setTreeAdaptor
public abstract void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
-
setDeepTreeAdaptor
public void setDeepTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
-
prepareForGUnit
public void prepareForGUnit()
-
displayRecognitionError
public void displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException re)
- Overrides:
displayRecognitionError
in classorg.antlr.runtime.BaseRecognizer
-
-