| Package | Description |
|---|---|
| org.opencypher.tools.g4tree |
| Modifier and Type | Method and Description |
|---|---|
Rule.RuleType |
Rule.getRuleType() |
static Rule.RuleType |
Rule.RuleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rule.RuleType[] |
Rule.RuleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setRuleType(Rule.RuleType ruleType) |
| Constructor and Description |
|---|
Rule(GrammarItem ruleName,
GrammarItem rhs,
boolean keyWordRule,
Rule.RuleType ruleType,
String description) |
Copyright © 2019. All rights reserved.