Home
last modified time | relevance | path

Searched refs:getLexicalRuleName (Results 1 – 3 of 3) sorted by relevance

/external/antlr/gunit/src/main/java/org/antlr/gunit/
DgUnitTestSuite.java63 public String getLexicalRuleName() { return this.lexicalRule; } in getLexicalRuleName() method in gUnitTestSuite
DJUnitCodeGen.java209 if ( ts.isLexicalRule() ) testRuleName = ts.getLexicalRuleName(); in genParserMethods()
DgUnitExecutor.java175 String lexicalRule = ts.getLexicalRuleName(); in executeTests()