HomeSort by relevance Sort by last modified time
    Searched refs:grammars (Results 1 - 25 of 33) sorted by null

1 2

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
CompositeGrammar.java 39 /** A tree of component (delegate) grammars.
43 * rules from all delegate grammars, so they must be stored here in one
49 * in each grammar, even single noncomposite grammars use one of these objects
60 /** Used to assign state numbers; all grammars in composite share common
65 /** The NFA states in the NFA built from rules across grammars in composite.
101 * This is combined set of lexer rules from all lexer grammars
106 /** Rules are uniquely labeled from 1..n among all grammars */
192 /** Get list of all delegates from all grammars in the delegate subtree of g.
193 * The grammars are in delegation tree preorder. Don't include g itself
201 List<Grammar> grammars = t.getPostOrderedGrammarList() local
212 List<Grammar> grammars = new ArrayList(); local
235 List<Grammar> grammars = new ArrayList(); local
280 List<Grammar> grammars = subtreeRoot.getPreOrderedGrammarList(); local
331 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); local
350 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); local
366 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); local
382 List<Grammar> grammars = delegateGrammarTreeRoot.getPostOrderedGrammarList(); local
    [all...]
CompositeGrammarTree.java 33 /** A tree of grammars */
58 * delegate grammars.
115 /** Return a postorder list of grammars; root is last in list */
117 List<Grammar> grammars = new ArrayList<Grammar>(); local
118 _getPostOrderedGrammarList(grammars);
119 return grammars;
123 protected void _getPostOrderedGrammarList(List<Grammar> grammars) {
126 child._getPostOrderedGrammarList(grammars);
128 grammars.add(this.grammar);
131 /** Return a preorder list of grammars; root is first in list *
133 List<Grammar> grammars = new ArrayList<Grammar>(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 74 # Compile and load inline grammars on demand when their constant name
77 # for all grammars to compile, and then discovering there's a big dumb
78 # error ruining most of the grammars.
81 if g = grammars[ name.to_s ]
83 grammars.delete( name.to_s )
85 elsif superclass.respond_to?( :grammars )
89 # assumptions made in the test code. Grammars are stored in @grammars belonging
90 # to the test class, so in 1.9, this method is called with @grammars = {}
101 def grammars method in class:ANTLR3.Test.GrammarManager
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 15 compilation. This is a general utility -- the grammars do
22 :name => 'grammars', :output_directory => 'lib/parsers'
52 @name = options.fetch( :name, 'antlr-grammars' )
106 desc( "compile ANTLR grammars" )
117 attr_reader :load_path, :grammars
130 @grammars = grammar_files.map do | file |
153 @grammars.map { | gram | gram.target_files }.flatten
163 for grammar in @grammars
175 for grammar in @grammars
184 gram = @grammars.find { | gram | gram.name == vocab } an
    [all...]
tree.rb 80 Tree parsers are created from tree grammars. ANTLR-generated tree parsers
    [all...]
  /prebuilts/checkstyle/
checkstyle.jar 
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm 615 lexer, parser, and tree grammars. This is all the parsing
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 4 * lexer, parser, and tree grammars. This is all the parsing
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 483 /// As a separate state object, it can be shared among multiple grammars;
686 /// lexer, parser, and tree grammars. This is all the parsing
    [all...]
Antlr.Runtime.Tree.pas 359 /// for both parser and tree grammars. :)
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 320 milliseconds

1 2