Home
last modified time | relevance | path

Searched refs:ruleListLabels (Results 1 – 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRule.java101 public LinkedHashMap ruleListLabels; field in Rule
210 if ( ruleListLabels==null ) ruleListLabels = new LinkedHashMap(); in defineLabel()
211 ruleListLabels.put(label.getText(), pair); in defineLabel()
237 return ruleListLabels; in getRuleListLabels()
258 if ( ruleListLabels!=null ) { in getRuleListLabel()
259 return (Grammar.LabelElementPair)ruleListLabels.get(name); in getRuleListLabel()
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestSymbolDefinitions.java865 assertTrue("rule += labels mismatch; "+ruleLabels+"!="+r.ruleListLabels, in checkPlusEqualsLabels()
866 (ruleLabels!=null && r.ruleListLabels!=null) || in checkPlusEqualsLabels()
867 (ruleLabels==null && r.ruleListLabels==null)); in checkPlusEqualsLabels()
872 assertEquals(ruleLabels, r.ruleListLabels.keySet()); in checkPlusEqualsLabels()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg759 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{list_<it.label.text> := nil;}; sep…
761 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text> := nil;}; separator="\n">
766 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{list_<it.label.text>: IList\<IANTL…
768 <ruleDescriptor.ruleListLabels:{ll|<ll.label.text>: <ruleLabelType(referencedRule=ll.referencedRule…
779 ruleDescriptor.ruleListLabels,
780 ruleDescriptor.ruleListLabels]
793 ruleDescriptor.ruleListLabels,
794 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1726 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]
1729 <[ruleDescriptor.ruleLabels,ruleDescriptor.ruleListLabels]
1738 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]
1741 <[ruleDescriptor.ruleLabels,ruleDescriptor.ruleListLabels]
1759 ruleDescriptor.ruleListLabels,
1760 ruleDescriptor.ruleListLabels]
1772 ruleDescriptor.ruleListLabels,
1773 ruleDescriptor.ruleListLabels]
1785 ruleDescriptor.ruleListLabels,
1786 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg402 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]
406 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text> = null;}; separator="\n">
417 ruleDescriptor.ruleListLabels,
418 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg420 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]
424 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
435 ruleDescriptor.ruleListLabels,
436 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg506 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,
510 <[ruleDescriptor.ruleLabels,ruleDescriptor.ruleListLabels]
513 <ruleDescriptor.ruleListLabels:{it | <it.label.text> = None}; separator="\n">
524 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg497 ruleDescriptor.ruleListLabels
502 ruleDescriptor.ruleListLabels,
1202 …uleLabels,ruleDescriptor.charLabels,ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels])>
1205 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{it | list_of_<it.label.text; forma…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg394 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
398 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>:RuleReturnScope = null;}; separator="\n">
409 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg448 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
452 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
463 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg426 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
430 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>: RuleReturnScope = null}; separator="\n">
441 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg923 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
927 <ruleDescriptor.ruleListLabels:{ll|ANTLRParserRuleReturnScope *<ll.label.text> = nil;}; separator="…
938 ruleDescriptor.ruleListLabels]:{it | AMutableArray *list_<it.label.text>=nil; }; separator="\n">
955 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{it | [list_<it.label.text> release…
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg619 <[ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabels]
623 <ruleDescriptor.ruleListLabels:ruleLabelDef(); separator="\n">
637 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg597 <[ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabels]
601 <ruleDescriptor.ruleListLabels:ruleLabelDef(); separator="\n">
615 ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg478 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]
481 <[ruleDescriptor.ruleLabels,ruleDescriptor.ruleListLabels]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g1210 Set<String> ruleListLabels =
1223 $code.add("referencedRuleListLabels", ruleListLabels);