Uses of Class
com.varankin.bnf.SyntaxRule

Packages that use SyntaxRule
com.varankin.bnf BNF syntax object model. 
 

Uses of SyntaxRule in com.varankin.bnf
 

Methods in com.varankin.bnf that return SyntaxRule
 SyntaxRule MetaIdentifier.rule()
           
 

Constructors in com.varankin.bnf with parameters of type SyntaxRule
Syntax(SyntaxRule... aRules)
           
 

Constructor parameters in com.varankin.bnf with type arguments of type SyntaxRule
Syntax(java.util.Collection<SyntaxRule> aRules)