public interface ITerminalConsumer
| Modifier and Type | Method and Description |
|---|---|
int |
consume()
Scan the configured input source for a consumable terminal at the current offset.
|
int |
consume(ISequenceMatcher notMatching)
Scan the configured input source for a consumable terminal at the current offset.
|
int |
consume(java.lang.String feature,
boolean isMany,
boolean isBoolean,
AbstractElement element,
ISequenceMatcher notMatching,
boolean optional)
Scan the configured input source for a consumable terminal at the current offset.
|
boolean |
isHidden() |
void |
setHidden(boolean hidden) |
int consume(java.lang.String feature,
boolean isMany,
boolean isBoolean,
AbstractElement element,
ISequenceMatcher notMatching,
boolean optional)
int consume()
int consume(ISequenceMatcher notMatching)
void setHidden(boolean hidden)
boolean isHidden()