public abstract class EpsilonParser
extends org.antlr.runtime.Parser
Constructor and Description |
---|
EpsilonParser(org.antlr.runtime.TokenStream tokenstream) |
EpsilonParser(org.antlr.runtime.TokenStream tokenstream,
org.antlr.runtime.RecognizerSharedState recognizersharedstate) |
Modifier and Type | Method and 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) |
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, emitErrorMessage, endResync, getBacktrackingLevel, getErrorHeader, getErrorMessage, getGrammarFileName, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatch, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, toStrings, traceIn, traceOut
public EpsilonParser(org.antlr.runtime.TokenStream tokenstream)
public EpsilonParser(org.antlr.runtime.TokenStream tokenstream, org.antlr.runtime.RecognizerSharedState recognizersharedstate)
public abstract org.antlr.runtime.tree.TreeAdaptor getTreeAdaptor()
public abstract void setTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
public void setDeepTreeAdaptor(org.antlr.runtime.tree.TreeAdaptor adaptor)
public void prepareForGUnit()
public void displayRecognitionError(String[] tokenNames, org.antlr.runtime.RecognitionException re)
displayRecognitionError
in class org.antlr.runtime.BaseRecognizer
Copyright © 2016. All rights reserved.