Package org.jparsec.examples.bnf.ast
Interface Rule
-
- All Known Implementing Classes:
AltRule
,LiteralRule
,QuantifiedRule
,RuleReference
,SequentialRule
public interface Rule
Represents any rule in BNF.
AltRule
, LiteralRule
, QuantifiedRule
, RuleReference
, SequentialRule
public interface Rule