Searched defs:scopeAction (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammar.java1722 public AttributeScope defineGlobalScope(String name, Token scopeAction) { argument
1723 AttributeScope scope = new AttributeScope(this, name, scopeAction);
1734 public AttributeScope createRuleScope(String ruleName, Token scopeAction) { argument
1735 AttributeScope scope = new AttributeScope(this, ruleName, scopeAction);
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 58 milliseconds