Alternative
, Grammar
, LeftRecursiveRule
, LexerGrammar
, Rule
public interface AttributeResolver
Modifier and Type | Method | Description |
---|---|---|
boolean |
resolvesToAttributeDict(String x,
ActionAST node) |
|
boolean |
resolvesToLabel(String x,
ActionAST node) |
|
boolean |
resolvesToListLabel(String x,
ActionAST node) |
|
boolean |
resolvesToToken(String x,
ActionAST node) |
|
Attribute |
resolveToAttribute(String x,
String y,
ActionAST node) |
|
Attribute |
resolveToAttribute(String x,
ActionAST node) |
Copyright © 1992–2018 ANTLR. All rights reserved.