Uses of Class
org.jparsec.examples.bnf.ast.Quantifier
-
Packages that use Quantifier Package Description org.jparsec.examples.bnf.ast -
-
Uses of Quantifier in org.jparsec.examples.bnf.ast
Fields in org.jparsec.examples.bnf.ast declared as Quantifier Modifier and Type Field Description Quantifier
QuantifiedRule. quantifier
Methods in org.jparsec.examples.bnf.ast that return Quantifier Modifier and Type Method Description static Quantifier
Quantifier. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Quantifier[]
Quantifier. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jparsec.examples.bnf.ast with parameters of type Quantifier Constructor Description QuantifiedRule(Rule rule, Quantifier quantifier)
-