Interface INonTerminalConsumer
-
- All Known Implementing Classes:
NonTerminalConsumer
public interface INonTerminalConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intconsume(java.lang.String feature, boolean isMany, boolean isDatatype, boolean isBoolean, AbstractElement element, boolean optional)voidconsumeAsRoot(IRootConsumerListener listener)booleanisDefiningHiddens()
-
-
-
Method Detail
-
consumeAsRoot
void consumeAsRoot(IRootConsumerListener listener)
-
consume
int consume(java.lang.String feature, boolean isMany, boolean isDatatype, boolean isBoolean, AbstractElement element, boolean optional) throws java.lang.Exception- Throws:
java.lang.Exception
-
isDefiningHiddens
boolean isDefiningHiddens()
-
-