Searched refs:group (Results 26 - 50 of 1472) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-parser.rb90 "'group'", "'::'", "';'", "'::='", "'('", "')'", "','",
119 group = namespace.const_get( name )
120 unless group.is_a?( ANTLR3::Template::Group )
124 group = ANTLR3::Template::Group.new
125 namespace.const_set( name, group )
127 return( group )
160 def group( namespace = ::Object ) method in class:ANTLR3.Template.GroupFile.Parser
170 # 79:1: group_spec[ namespace ] returns [ group ] : ( group_name[ $namespace ] | ) ( member[ $group ] )* ;
175 group
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb589 printer.group( 1, *endpoints ) do
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/template-output/
H A Dtemplate-output.rb16 group = options[ :templates ] and parser_options[ :templates ] = group
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-template.rb12 File.dirname( __FILE__ ), 'sample-input', 'template-group'
77 templates = @group.templates
79 templates.should equal @group::TEMPLATES
89 template_class.should be < @group # it should include the group module
93 example "template_defined?( name ) should verify whether a template is defined in a group" do
95 @group.template_defined?( name ).should be_true
96 @group.template_defined?( name.to_s ).should be_true
99 @group.template_defined?( :something_else ).should be_false
104 @group
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DRubyTarget.java353 STGroup group = generator.getTemplates();
356 group.registerRenderer( Class.forName( "java.lang.String" ), renderer );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DAST.stg28 group AST;
H A DASTParser.stg40 group ASTParser;
H A DASTTreeParser.stg40 group ASTTreeParser;
H A DActionScript.stg28 group ActionScript;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
H A DCPP.stg28 group Cpp;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DAST.stg31 group AST;
H A DASTParser.stg43 group ASTParser;
H A DASTTreeParser.stg43 group ASTTreeParser;
H A DDelphi.stg30 group Delphi;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
H A DAST.stg28 group AST;
H A DASTParser.stg12 group ASTParser;
H A DASTTreeParser.stg12 group ASTTreeParser;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
H A DLeftRecursiveRules.stg34 group LeftRecursiveRules;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DASTTreeParser.stg41 group ASTTreeParser;
H A DPerl5.stg30 group Perl5;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
H A DASTDbg.stg32 group ASTDbg;
H A DST.stg155 stringtemplate3.StringTemplate("<template>", group=self.templateLib<if(args)>, attributes={<args:{a | "<a.name>": <a.value>}; separator=", ">}<endif>)
170 stringtemplate3.StringTemplate(<stringExpr>, group=self.templateLib)
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/
H A Ddepend.stg2 group depend;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg34 group antlr;
H A Dgnu.stg34 group gnu;

Completed in 508 milliseconds

1234567891011>>