Field Summary |
|
public List<Type> | boundRepetitions The structure of bound repetitions for this production. |
public List<Type> | options The structure of options for this production. |
public List<Boolean> | repetitions The structure of repetitions for this production. |
public boolean | requiresBaseIndex Flag for whether the production requires a base index variable. |
public boolean | requiresChar Flag for whether the production requires a character variable. |
public boolean | requiresIndex Flag for whether the production requires an index variable. |
public boolean | requiresPredIndex Flag for whether the production requires a predicate index variable. |
public boolean | requiresPredMatch Flag for whether the production requires a predicate matched variable. |
public boolean | requiresPredResult Flag for whether the production requires a predicate result variable. |
public boolean | requiresResult Flag for whether the production requires a result variable. |
public int | selfCount The number of times this production references itself. |
public int | usageCount The number of times this production is referenced within the grammar. |