Uses of Interface
org.jparsec.examples.bnf.ast.Rule
Packages that use Rule
-
Uses of Rule in org.jparsec.examples.bnf.ast
Classes in org.jparsec.examples.bnf.ast that implement RuleModifier and TypeClassDescriptionfinal class
Represents a rule with a bunch of alternatives.final class
Represents a literal rule.final class
Represents a quantified rule.final class
Represents a reference to a named production rule.final class
Represents a sequential rule.Fields in org.jparsec.examples.bnf.ast declared as RuleFields in org.jparsec.examples.bnf.ast with type parameters of type RuleConstructors in org.jparsec.examples.bnf.ast with parameters of type RuleConstructor parameters in org.jparsec.examples.bnf.ast with type arguments of type Rule -
Uses of Rule in org.jparsec.examples.bnf.parser
Fields in org.jparsec.examples.bnf.parser with type parameters of type RuleMethods in org.jparsec.examples.bnf.parser that return types with arguments of type RuleModifier and TypeMethodDescriptionRuleParser.alternative
(Parser<Rule> rule) RuleParser.rule()
RuleParser.sequential
(Parser<Rule> rule) Method parameters in org.jparsec.examples.bnf.parser with type arguments of type Rule