Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DAttributeScope.java61 public Token derivedFromToken; field in AttributeScope
88 public AttributeScope(String name, Token derivedFromToken) { in AttributeScope() argument
89 this(null,name,derivedFromToken); in AttributeScope()
92 public AttributeScope(Grammar grammar, String name, Token derivedFromToken) { in AttributeScope() argument
95 this.derivedFromToken = derivedFromToken; in AttributeScope()
129 derivedFromToken, in addAttributes()