Searched refs:scopeAction (Results 1 – 1 of 1) sorted by relevance
1763 public AttributeScope defineGlobalScope(String name, Token scopeAction) { in defineGlobalScope() argument1764 AttributeScope scope = new AttributeScope(this, name, scopeAction); in defineGlobalScope()1775 public AttributeScope createRuleScope(String ruleName, Token scopeAction) { in createRuleScope() argument1776 AttributeScope scope = new AttributeScope(this, ruleName, scopeAction); in createRuleScope()