| xtc.parser.Element xtc.parser.UnaryOperator xtc.parser.Quantification xtc.parser.Repetition
Repetition | public class Repetition extends Quantification (Code) | | A repeated grammar element.
author: Robert Grimm version: $Revision: 1.11 $ |
Field Summary | |
public boolean | once Flag for whether the grammar element must appear at least once. |
Constructor Summary | |
public | Repetition(boolean once, Element element) Create a new repetition. |
once | public boolean once(Code) | | Flag for whether the grammar element must appear at least once.
|
Repetition | public Repetition(boolean once, Element element)(Code) | | Create a new repetition.
Parameters: once - Flag for whether the grammar element must appear at leastonce. Parameters: element - The repeated grammar element. |
hashCode | public int hashCode()(Code) | | |
Methods inherited from xtc.parser.Element | abstract public Tag tag()(Code)(Java Doc)
|
|
|