Interface CfgFactory<ELEMENT,TOKEN>
-
- All Superinterfaces:
ProductionFactory<ELEMENT,TOKEN>
public interface CfgFactory<ELEMENT,TOKEN> extends ProductionFactory<ELEMENT,TOKEN>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELEMENTcreateForCall(boolean many, boolean optional)voidsetCallTarget(ELEMENT call, ELEMENT target)-
Methods inherited from interface org.eclipse.xtext.util.formallang.ProductionFactory
createForAlternativeChildren, createForSequentialChildren, createForToken, createForUnordertedChildren
-
-