Interface DataFlowConstructor
- 
public interface DataFlowConstructor 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Collection<IDataFlowModeId>getModes()booleanisApplicable(SNode node)voidperformActions(Program program, SNode node) 
 - 
 
- 
- 
Method Detail
- 
isApplicable
boolean isApplicable(SNode node)
 
- 
getModes
default Collection<IDataFlowModeId> getModes()
 
 - 
 
 -