org.eclipse.xtext.util.formallang
Interface CfgFactory<ELEMENT,TOKEN>

All Superinterfaces:
ProductionFactory<ELEMENT,TOKEN>

public interface CfgFactory<ELEMENT,TOKEN>
extends ProductionFactory<ELEMENT,TOKEN>

Author:
Moritz Eysholdt - Initial contribution and API

Method Summary
 ELEMENT createForCall(boolean many, boolean optional)
           
 void setCallTarget(ELEMENT call, ELEMENT target)
           
 
Methods inherited from interface org.eclipse.xtext.util.formallang.ProductionFactory
createForAlternativeChildren, createForSequentialChildren, createForToken, createForUnordertedChildren
 

Method Detail

createForCall

ELEMENT createForCall(boolean many,
                      boolean optional)

setCallTarget

void setCallTarget(ELEMENT call,
                   ELEMENT target)