Interface ProductionFactory<ELEMENT,TOKEN>
-
- All Known Subinterfaces:
CfgFactory<ELEMENT,TOKEN>
- All Known Implementing Classes:
ProductionStringFactory
public interface ProductionFactory<ELEMENT,TOKEN>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELEMENTcreateForAlternativeChildren(boolean many, boolean optional, java.lang.Iterable<ELEMENT> children)ELEMENTcreateForSequentialChildren(boolean many, boolean optional, java.lang.Iterable<ELEMENT> children)ELEMENTcreateForToken(boolean many, boolean optional, TOKEN token)ELEMENTcreateForUnordertedChildren(boolean many, boolean optional, java.lang.Iterable<ELEMENT> children)
-