Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g312 if ( r.useScopes==null ) {r.useScopes=new ArrayList<String>();}
313 r.useScopes.add($uses.text);
/external/antlr/tool/src/main/java/org/antlr/tool/
DRule.java82 public List<String> useScopes; field in Rule
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg389 <ruleDescriptor.useScopes:{this.<it>_stack.push({});}; separator="\n">
394 <ruleDescriptor.useScopes:{this.<it>_stack.pop();}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg407 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">
412 <ruleDescriptor.useScopes:{<it>_stack.pop();}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg448 <ruleDescriptor.useScopes:{it |<it>_stack.push(new <it>_scope());}; separator="\n">
453 <ruleDescriptor.useScopes:{it |<it>_stack.pop();}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DPython3.stg501 <ruleDescriptor.useScopes:{it | self.<it>_stack.append(<it>_scope())}; separator="\n">
506 <ruleDescriptor.useScopes:{it | self.<it>_stack.pop()}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg494 <ruleDescriptor.useScopes:{it | self.<it>_stack.append(<it>_scope())}; separator="\n">
499 <ruleDescriptor.useScopes:{it | self.<it>_stack.pop()}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg387 <ruleDescriptor.useScopes:{it |<it>_stack.push(new Object());}; separator="\n">
392 <ruleDescriptor.useScopes:{it |<it>_stack.pop();}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg550 <ruleDescriptor.useScopes:{it | @<it>_stack.push( @@<it>.new )<\n>}><ruleDescriptor.ruleScope:{it |…
554 <ruleDescriptor.useScopes:{it | @<it>_stack.pop<\n>}><ruleDescriptor.ruleScope:{it | @<it.name>_sta…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg411 <ruleDescriptor.useScopes:{it | <it>_stack.push(new <it>_scope())}; separator="\n">
416 <ruleDescriptor.useScopes:{it | <it>_stack.pop()}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg623 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope(this));<it>_scopeInit(<it>_stack.Peek(…
628 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg748 <ruleDescriptor.useScopes:{<it>Stack.Push(T<it>Scope.Create);}; separator="\n">
753 <ruleDescriptor.useScopes:{<it>Stack.Pop();}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg645 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope());<it>_scopeInit(<it>_stack.Peek());}…
650 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg930 <ruleDescriptor.useScopes:{it | [<it>_stack push:[<it>_Scope new<it>_Scope]];}>
936 <ruleDescriptor.useScopes:{it | [<it>_stack pop];}; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/
DCpp.stg1256 <ruleDescriptor.useScopes:{it | m_<it>_stack.push(<it>Scope()); }; separator="\n">
1350 <ruleDescriptor.useScopes:{it | m_<it>_stack.pop(); }; separator="\n">
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1718 <ruleDescriptor.useScopes:{it |<scopeTop(it)> = <scopePush(it)>;}; separator="\n">
1827 <ruleDescriptor.useScopes:{it |<scopePop(it)>}; separator="\n">