| |
|
| java.lang.Object antlr.MatchExceptionState antlr.Parser antlr.LLkParser antlr.debug.LLkDebuggingParser
LLkDebuggingParser | public LLkDebuggingParser(int k_)(Code) | | |
fireEnterRule | protected void fireEnterRule(int num, int data)(Code) | | Get another token object from the token stream
|
fireExitRule | protected void fireExitRule(int num, int data)(Code) | | |
fireSemanticPredicateEvaluated | protected boolean fireSemanticPredicateEvaluated(int type, int num, boolean condition)(Code) | | |
fireSyntacticPredicateFailed | protected void fireSyntacticPredicateFailed()(Code) | | |
fireSyntacticPredicateStarted | protected void fireSyntacticPredicateStarted()(Code) | | |
fireSyntacticPredicateSucceeded | protected void fireSyntacticPredicateSucceeded()(Code) | | |
goToSleep | public synchronized void goToSleep()(Code) | | |
isDebugMode | public boolean isDebugMode()(Code) | | |
isGuessing | public boolean isGuessing()(Code) | | |
match | public void match(int t) throws MismatchedTokenException(Code) | | Make sure current lookahead symbol matches token type t.
Throw an exception upon mismatch, which is catch by either the
error handler or by the syntactic predicate.
|
match | public void match(BitSet b) throws MismatchedTokenException(Code) | | Make sure current lookahead symbol matches the given set
Throw an exception upon mismatch, which is catch by either the
error handler or by the syntactic predicate.
|
reportError | public void reportError(String s)(Code) | | Parser error-reporting function can be overridden in subclass
|
reportWarning | public void reportWarning(String s)(Code) | | Parser warning-reporting function can be overridden in subclass
|
setDebugMode | public void setDebugMode(boolean value)(Code) | | |
wakeUp | public synchronized void wakeUp()(Code) | | |
Methods inherited from antlr.MatchExceptionState | public void resetMatchError()(Code)(Java Doc)
|
|
|
|