Package net.sourceforge.pmd.lang.plsql
Class PLSQLDataFlowHandler
- java.lang.Object
-
- net.sourceforge.pmd.lang.plsql.PLSQLDataFlowHandler
-
- All Implemented Interfaces:
DataFlowHandler
@Deprecated public class PLSQLDataFlowHandler extends Object implements DataFlowHandler
Deprecated.SeeDataFlowNode
-
-
Field Summary
-
Fields inherited from interface net.sourceforge.pmd.lang.DataFlowHandler
DUMMY
-
-
Constructor Summary
Constructors Constructor Description PLSQLDataFlowHandler()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataFlowNode
createDataFlowNode(List<DataFlowNode> dataFlow, Node node)
Deprecated.Class<ASTLabelledStatement>
getLabelStatementNodeClass()
Deprecated.
-
-
-
Method Detail
-
createDataFlowNode
public DataFlowNode createDataFlowNode(List<DataFlowNode> dataFlow, Node node)
Deprecated.- Specified by:
createDataFlowNode
in interfaceDataFlowHandler
-
getLabelStatementNodeClass
public Class<ASTLabelledStatement> getLabelStatementNodeClass()
Deprecated.- Specified by:
getLabelStatementNodeClass
in interfaceDataFlowHandler
-
-