Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DDefineGrammarItemsWalker.g311 if ( r.useScopes==null ) {r.useScopes=new ArrayList<String>();}
312 r.useScopes.add($uses.text);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRule.java77 public List useScopes; field in Rule
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg459 <ruleDescriptor.useScopes:{<it>_stack.push(new <it>_scope());}; separator="\n">
502 <ruleDescriptor.useScopes:{<it>_stack.pop();}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg380 <ruleDescriptor.useScopes:{<it>_stack.push(new Object());}; separator="\n">
385 <ruleDescriptor.useScopes:{<it>_stack.pop();}; separator="\n">
/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/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/antlr-3.4/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/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg433 <ruleDescriptor.useScopes:{it |<it>_stack.push(new <it>_scope());}; separator="\n">
438 <ruleDescriptor.useScopes:{it |<it>_stack.pop();}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg492 <ruleDescriptor.useScopes:{it | self.<it>_stack.append(<it>_scope())}; separator="\n">
497 <ruleDescriptor.useScopes:{it | self.<it>_stack.pop()}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg603 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope());<it>_scopeInit(<it>_stack.Peek());}…
608 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg581 <ruleDescriptor.useScopes:{it|<it>_stack.Push(new <it>_scope(this));<it>_scopeInit(<it>_stack.Peek(…
586 <ruleDescriptor.useScopes:{it|<it>_scopeAfter(<it>_stack.Peek());<it>_stack.Pop();}; separator="\n">
/external/antlr/antlr-3.4/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/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg909 <ruleDescriptor.useScopes:{it | [<it>_stack push:[<it>_Scope new<it>_Scope]];}>
915 <ruleDescriptor.useScopes:{it | [<it>_stack pop];}; separator="\n">
/external/antlr/antlr-3.4/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">