| xtc.parser.Production xtc.parser.PartialProduction xtc.parser.AlternativeAddition
AlternativeAddition | public class AlternativeAddition extends PartialProduction (Code) | | An alternative addition. The superclass's attributes are ignored.
author: Robert Grimm version: $Revision: 1.5 $ |
Field Summary | |
public boolean | isBefore The flag for whether the choice is to be added after or before
the sequence. | public SequenceName | sequence The sequence relative to which the choice is to be added. |
isBefore | public boolean isBefore(Code) | | The flag for whether the choice is to be added after or before
the sequence.
|
sequence | public SequenceName sequence(Code) | | The sequence relative to which the choice is to be added.
|
AlternativeAddition | public AlternativeAddition(String dType, NonTerminal name, OrderedChoice choice, SequenceName sequence, boolean isBefore)(Code) | | Create a new alternative addition.
Parameters: dType - The declared type. Parameters: name - The name. Parameters: choice - The choice. Parameters: sequence - The sequence. Parameters: isBefore - The before flag. |
isAddition | public boolean isAddition()(Code) | | |
Methods inherited from xtc.parser.PartialProduction | public boolean isPartial()(Code)(Java Doc)
|
|
|