Package | Description |
---|---|
org.jparsec.examples.bnf.ast |
Modifier and Type | Field and Description |
---|---|
Quantifier |
QuantifiedRule.quantifier |
Modifier and Type | Method and Description |
---|---|
static Quantifier |
Quantifier.valueOf(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.
|
Constructor and Description |
---|
QuantifiedRule(Rule rule,
Quantifier quantifier) |
Copyright © 2013–2016 jparsec. All rights reserved.