Searched defs:lexEngine (Results 1 – 5 of 5) sorted by relevance
| /external/antlr/tool/src/test/java/org/antlr/test/ |
| D | TestTokenRewriteStream.java | 52 Interpreter lexEngine = new Interpreter(g, input); in testInsertBeforeIndex0() local 67 Interpreter lexEngine = new Interpreter(g, input); in testInsertAfterLastIndex() local 82 Interpreter lexEngine = new Interpreter(g, input); in test2InsertBeforeAfterMiddleIndex() local 99 Interpreter lexEngine = new Interpreter(g, input); in testReplaceIndex0() local 115 Interpreter lexEngine = new Interpreter(g, input); in testReplaceLastIndex() local 131 Interpreter lexEngine = new Interpreter(g, input); in testReplaceMiddleIndex() local 152 Interpreter lexEngine = new Interpreter(g, input); in testToStringStartStop() local 187 Interpreter lexEngine = new Interpreter(g, input); in testToStringStartStop2() local 234 Interpreter lexEngine = new Interpreter(g, input); in test2ReplaceMiddleIndex() local 251 Interpreter lexEngine = new Interpreter(g, input); in test2ReplaceMiddleIndex1InsertBefore() local [all …]
|
| D | TestCommonTokenStream.java | 53 Interpreter lexEngine = new Interpreter(g, input); in testFirstToken() local 74 Interpreter lexEngine = new Interpreter(g, input); in test2ndToken() local 95 Interpreter lexEngine = new Interpreter(g, input); in testCompleteBuffer() local 125 Interpreter lexEngine = new Interpreter(g, input); in testCompleteBufferAfterConsuming() local 156 Interpreter lexEngine = new Interpreter(g, input); in testLookback() local
|
| D | TestInterpretedParsing.java | 66 Interpreter lexEngine = new Interpreter(g, input); in testSimpleParse() local 101 Interpreter lexEngine = new Interpreter(g, input); in testMismatchedTokenError() local 136 Interpreter lexEngine = new Interpreter(g, input); in testMismatchedSetError() local 171 Interpreter lexEngine = new Interpreter(g, input); in testNoViableAltError() local
|
| D | TestInterpretedLexing.java | 172 Interpreter lexEngine = new Interpreter(g, input); in testTokensRules() local
|
| /external/antlr/tool/src/main/java/org/antlr/tool/ |
| D | Interp.java | 115 Interpreter lexEngine = new Interpreter(lexer, input); in main() local
|