Searched refs:scopeAction (Results 1 – 1 of 1) sorted by relevance
1722 public AttributeScope defineGlobalScope(String name, Token scopeAction) { in defineGlobalScope() argument1723 AttributeScope scope = new AttributeScope(this, name, scopeAction); in defineGlobalScope()1734 public AttributeScope createRuleScope(String ruleName, Token scopeAction) { in createRuleScope() argument1735 AttributeScope scope = new AttributeScope(this, ruleName, scopeAction); in createRuleScope()