| antlr.debug.DebuggingCharScanner.DebuggingCharScanner | ( | InputBuffer | cb | ) |
| antlr.debug.DebuggingCharScanner.DebuggingCharScanner | ( | LexerSharedInputState | state | ) |
| void antlr.debug.DebuggingCharScanner.addMessageListener | ( | MessageListener | l | ) |
| void antlr.debug.DebuggingCharScanner.addNewLineListener | ( | NewLineListener | l | ) |
| void antlr.debug.DebuggingCharScanner.addParserListener | ( | ParserListener | l | ) |
| void antlr.debug.DebuggingCharScanner.addParserMatchListener | ( | ParserMatchListener | l | ) |
| void antlr.debug.DebuggingCharScanner.addParserTokenListener | ( | ParserTokenListener | l | ) |
| void antlr.debug.DebuggingCharScanner.addSemanticPredicateListener | ( | SemanticPredicateListener | l | ) |
| void antlr.debug.DebuggingCharScanner.addSyntacticPredicateListener | ( | SyntacticPredicateListener | l | ) |
| void antlr.debug.DebuggingCharScanner.addTraceListener | ( | TraceListener | l | ) |
| void antlr.debug.DebuggingCharScanner.consume | ( | ) | throws CharStreamException |
| void antlr.debug.DebuggingCharScanner.fireEnterRule | ( | int | num, | |
| int | data | |||
| ) | [protected] |
| void antlr.debug.DebuggingCharScanner.fireExitRule | ( | int | num, | |
| int | ttype | |||
| ) | [protected] |
| boolean antlr.debug.DebuggingCharScanner.fireSemanticPredicateEvaluated | ( | int | type, | |
| int | num, | |||
| boolean | condition | |||
| ) | [protected] |
| void antlr.debug.DebuggingCharScanner.fireSyntacticPredicateFailed | ( | ) | [protected] |
| void antlr.debug.DebuggingCharScanner.fireSyntacticPredicateStarted | ( | ) | [protected] |
| void antlr.debug.DebuggingCharScanner.fireSyntacticPredicateSucceeded | ( | ) | [protected] |
| String antlr.debug.DebuggingCharScanner.getRuleName | ( | int | num | ) |
Implements antlr.debug.DebuggingParser.
References antlr.debug.DebuggingCharScanner.ruleNames.
| String antlr.debug.DebuggingCharScanner.getSemPredName | ( | int | num | ) |
Implements antlr.debug.DebuggingParser.
References antlr.debug.DebuggingCharScanner.semPredNames.
| synchronized void antlr.debug.DebuggingCharScanner.goToSleep | ( | ) |
| boolean antlr.debug.DebuggingCharScanner.isDebugMode | ( | ) |
Referenced by antlr.debug.DebuggingCharScanner.fireEnterRule(), antlr.debug.DebuggingCharScanner.fireExitRule(), antlr.debug.DebuggingCharScanner.fireSemanticPredicateEvaluated(), antlr.debug.DebuggingCharScanner.fireSyntacticPredicateFailed(), antlr.debug.DebuggingCharScanner.fireSyntacticPredicateStarted(), and antlr.debug.DebuggingCharScanner.fireSyntacticPredicateSucceeded().
| char antlr.debug.DebuggingCharScanner.LA | ( | int | i | ) | throws CharStreamException |
| Token antlr.debug.DebuggingCharScanner.makeToken | ( | int | t | ) | [protected] |
| void antlr.debug.DebuggingCharScanner.match | ( | BitSet | b | ) | throws MismatchedCharException, CharStreamException |
| void antlr.debug.DebuggingCharScanner.match | ( | char | c | ) | throws MismatchedCharException, CharStreamException |
| void antlr.debug.DebuggingCharScanner.match | ( | String | s | ) | throws MismatchedCharException, CharStreamException |
| void antlr.debug.DebuggingCharScanner.matchNot | ( | char | c | ) | throws MismatchedCharException, CharStreamException |
| void antlr.debug.DebuggingCharScanner.matchRange | ( | char | c1, | |
| char | c2 | |||
| ) | throws MismatchedCharException, CharStreamException |
| void antlr.debug.DebuggingCharScanner.newline | ( | ) |
References antlr.debug.ParserEventSupport.fireNewLine(), and antlr.CharScanner.getLine().
| void antlr.debug.DebuggingCharScanner.removeMessageListener | ( | MessageListener | l | ) |
| void antlr.debug.DebuggingCharScanner.removeNewLineListener | ( | NewLineListener | l | ) |
| void antlr.debug.DebuggingCharScanner.removeParserListener | ( | ParserListener | l | ) |
| void antlr.debug.DebuggingCharScanner.removeParserMatchListener | ( | ParserMatchListener | l | ) |
| void antlr.debug.DebuggingCharScanner.removeParserTokenListener | ( | ParserTokenListener | l | ) |
| void antlr.debug.DebuggingCharScanner.removeSemanticPredicateListener | ( | SemanticPredicateListener | l | ) |
| void antlr.debug.DebuggingCharScanner.removeSyntacticPredicateListener | ( | SyntacticPredicateListener | l | ) |
| void antlr.debug.DebuggingCharScanner.removeTraceListener | ( | TraceListener | l | ) |
| void antlr.debug.DebuggingCharScanner.reportError | ( | String | s | ) |
Parser error-reporting function can be overridden in subclass
References antlr.debug.ParserEventSupport.fireReportError().
| void antlr.debug.DebuggingCharScanner.reportError | ( | MismatchedCharException | e | ) |
Report exception errors caught in nextToken()
References antlr.debug.ParserEventSupport.fireReportError().
| void antlr.debug.DebuggingCharScanner.reportWarning | ( | String | s | ) |
Parser warning-reporting function can be overridden in subclass
References antlr.debug.ParserEventSupport.fireReportWarning().
| void antlr.debug.DebuggingCharScanner.setDebugMode | ( | boolean | value | ) |
| void antlr.debug.DebuggingCharScanner.setupDebugging | ( | ) |
| synchronized void antlr.debug.DebuggingCharScanner.wakeUp | ( | ) |
String antlr.debug.DebuggingCharScanner.ruleNames[] [protected] |
Referenced by antlr.debug.DebuggingCharScanner.getRuleName().
String antlr.debug.DebuggingCharScanner.semPredNames[] [protected] |
Referenced by antlr.debug.DebuggingCharScanner.getSemPredName().
1.7.0