public interface IGrammarAccess
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IGrammarAccess.IAbstractRuleAccess
TODO can we use generics instead of inheritance?
|
static interface |
IGrammarAccess.IEnumRuleAccess |
static interface |
IGrammarAccess.IParserRuleAccess |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<Keyword,Keyword>> |
findKeywordPairs(String leftKw,
String rightKw) |
List<Keyword> |
findKeywords(String... keywords) |
List<RuleCall> |
findRuleCalls(AbstractRule... rules) |
Grammar |
getGrammar() |
Copyright © 2015. All Rights Reserved.