Package org.jparsec.examples.bnf.parser
Class RuleParser
- java.lang.Object
-
- org.jparsec.examples.bnf.parser.RuleParser
-
public final class RuleParser extends java.lang.Object
Parser for bnf rules.
-
-
Constructor Summary
Constructors Constructor Description RuleParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Parser<Rule>
alternative(Parser<Rule> rule)
(package private) static Parser<Rule>
rule()
(package private) static Parser<Rule>
sequential(Parser<Rule> rule)
(package private) static Parser<Rule>
unit(Parser<Rule> rule)
-