Uses of Class
org.opencypher.tools.g4tree.Rule.RuleType
-
Packages that use Rule.RuleType Package Description org.opencypher.tools.g4tree -
-
Uses of Rule.RuleType in org.opencypher.tools.g4tree
Methods in org.opencypher.tools.g4tree that return Rule.RuleType Modifier and Type Method Description Rule.RuleTypeRule. getRuleType()static Rule.RuleTypeRule.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.Methods in org.opencypher.tools.g4tree with parameters of type Rule.RuleType Modifier and Type Method Description voidRule. setRuleType(Rule.RuleType ruleType)Constructors in org.opencypher.tools.g4tree with parameters of type Rule.RuleType Constructor Description Rule(GrammarItem ruleName, GrammarItem rhs, boolean keyWordRule, Rule.RuleType ruleType, String description)
-