Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java1722 public AttributeScope defineGlobalScope(String name, Token scopeAction) { in defineGlobalScope() argument
1723 AttributeScope scope = new AttributeScope(this, name, scopeAction); in defineGlobalScope()
1734 public AttributeScope createRuleScope(String ruleName, Token scopeAction) { in createRuleScope() argument
1735 AttributeScope scope = new AttributeScope(this, ruleName, scopeAction); in createRuleScope()