Package net.sourceforge.pmd.lang
Interface DataFlowHandler
-
public interface DataFlowHandler
-
-
Field Summary
Fields Modifier and Type Field Description static DataFlowHandlerDUMMY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataFlowNodecreateDataFlowNode(java.util.List<DataFlowNode> dataFlow, Node node)java.lang.Class<? extends Node>getLabelStatementNodeClass()
-
-
-
Field Detail
-
DUMMY
static final DataFlowHandler DUMMY
-
-
Method Detail
-
createDataFlowNode
DataFlowNode createDataFlowNode(java.util.List<DataFlowNode> dataFlow, Node node)
-
getLabelStatementNodeClass
java.lang.Class<? extends Node> getLabelStatementNodeClass()
-
-