D | AttributeScope.java | 42 public class AttributeScope { class 48 public static final AttributeScope tokenScope = new AttributeScope("Token",null); 89 public AttributeScope(String name, Token derivedFromToken) { in AttributeScope() method in AttributeScope 93 public AttributeScope(Grammar grammar, String name, Token derivedFromToken) { in AttributeScope() method in AttributeScope 173 public Set<String> intersection(AttributeScope other) { in intersection()
|