Home
last modified time | relevance | path

Searched defs:lexEngine (Results 1 – 5 of 5) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java52 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 …]
DTestCommonTokenStream.java53 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
DTestInterpretedParsing.java66 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
DTestInterpretedLexing.java172 Interpreter lexEngine = new Interpreter(g, input); in testTokensRules() local
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterp.java115 Interpreter lexEngine = new Interpreter(lexer, input); in main() local