Home
last modified time | relevance | path

Searched defs:grammars (Results 1 – 7 of 7) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DCompositeGrammar.java201 List<Grammar> grammars = t.getPostOrderedGrammarList(); in getDelegates() local
212 List<Grammar> grammars = new ArrayList(); in getDirectDelegates() local
235 List<Grammar> grammars = new ArrayList(); in getDelegators() local
280 List<Grammar> grammars = subtreeRoot.getPreOrderedGrammarList(); in getAllImportedRules() local
331 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in assignTokenTypes() local
350 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in translateLeftRecursiveRules() local
366 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in defineGrammarSymbols() local
382 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); in createNFAs() local
DCompositeGrammarTree.java117 List<Grammar> grammars = new ArrayList<Grammar>(); in getPostOrderedGrammarList() local
123 protected void _getPostOrderedGrammarList(List<Grammar> grammars) { in _getPostOrderedGrammarList()
133 List<Grammar> grammars = new ArrayList<Grammar>(); in getPreOrderedGrammarList() local
138 protected void _getPreOrderedGrammarList(List<Grammar> grammars) { in _getPreOrderedGrammarList()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb101 def grammars method
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtask.rb117 attr_reader :load_path, :grammars accessor in ANTLR3.CompileTask.GrammarSet
/external/srec/srec/Recognizer/include/
DSR_RecognizerImpl.h199 HashMap* grammars; member
/external/srec/srec/test/SRecTestAudio/src/
DSRecTestAudio.c138 APPL_GRAMMAR_DATA grammars [MAX_NUM_REC_CONTEXTS]; /* Grammar data */ member
/external/srec/srec/test/SRecTest/src/
DSRecTest.c139 APPL_GRAMMAR_DATA grammars [MAX_NUM_REC_CONTEXTS]; /* Grammar data */ member