Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DRule.java106 public LinkedHashMap<String, Grammar.LabelElementPair> ruleListLabels; field in Rule
216 …if ( ruleListLabels==null ) ruleListLabels = new LinkedHashMap<String, Grammar.LabelElementPair>(); in defineLabel()
217 ruleListLabels.put(label.getText(), pair); in defineLabel()
243 return ruleListLabels; in getRuleListLabels()
264 if ( ruleListLabels!=null ) { in getRuleListLabel()
265 return ruleListLabels.get(name); in getRuleListLabel()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestSymbolDefinitions.java867 assertTrue("rule += labels mismatch; "+ruleLabels+"!="+r.ruleListLabels, in checkPlusEqualsLabels()
868 (ruleLabels!=null && r.ruleListLabels!=null) || in checkPlusEqualsLabels()
869 (ruleLabels==null && r.ruleListLabels==null)); in checkPlusEqualsLabels()
874 assertEquals(ruleLabels, r.ruleListLabels.keySet()); in checkPlusEqualsLabels()
/external/antlr/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/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/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/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/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1265 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
1287 ruleDescriptor.ruleListLabels,
1288 ruleDescriptor.ruleListLabels]
1295 ruleDescriptor.ruleListLabels,
1296 ruleDescriptor.ruleListLabels]
1308 ruleDescriptor.ruleListLabels,
1309 ruleDescriptor.ruleListLabels]
/external/antlr/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/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg463 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
467 <ruleDescriptor.ruleListLabels:{ll|RuleReturnScope <ll.label.text> = null;}; separator="\n">
478 ruleDescriptor.ruleListLabels]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DPython3.stg515 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,
520 <ruleDescriptor.ruleListLabels:{it | <it.label.text> = None}; separator="\n">
531 ruleDescriptor.ruleListLabels]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg508 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,
513 <ruleDescriptor.ruleListLabels:{it | <it.label.text> = None}; separator="\n">
524 ruleDescriptor.ruleListLabels]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg401 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
405 <ruleDescriptor.ruleListLabels:{ll|var <ll.label.text>:RuleReturnScope = null;}; separator="\n">
416 ruleDescriptor.ruleListLabels]
/external/antlr/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/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg945 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabel…
948 <ruleDescriptor.ruleListLabels:{ll|ParserRuleReturnScope *<ll.label.text> = nil;}; separator="\n"><…
959 ruleDescriptor.ruleListLabels]:{it |AMutableArray *list_<it.label.text>=nil; }; separator="\n">
976 <[ruleDescriptor.tokenListLabels,ruleDescriptor.ruleListLabels]:{it |[list_<it.label.text> release]…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg639 <[ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabels]
643 <ruleDescriptor.ruleListLabels:ruleLabelDef(); separator="\n">
657 ruleDescriptor.ruleListLabels]
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg661 <[ruleDescriptor.ruleListLabels,ruleDescriptor.wildcardTreeListLabels]
665 <ruleDescriptor.ruleListLabels:ruleLabelDef(); separator="\n">
679 ruleDescriptor.ruleListLabels]
/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g1211 Set<String> ruleListLabels =
1224 $code.add("referencedRuleListLabels", ruleListLabels);