net.sourceforge.pmd.lang.plsql
Class PLSQLDataFlowHandler

java.lang.Object
  extended by net.sourceforge.pmd.lang.plsql.PLSQLDataFlowHandler
All Implemented Interfaces:
DataFlowHandler

public class PLSQLDataFlowHandler
extends Object
implements DataFlowHandler


Field Summary
 
Fields inherited from interface net.sourceforge.pmd.lang.DataFlowHandler
DUMMY
 
Constructor Summary
PLSQLDataFlowHandler()
           
 
Method Summary
 DataFlowNode createDataFlowNode(List<DataFlowNode> dataFlow, Node node)
           
 Class<ASTLabelledStatement> getLabelStatementNodeClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PLSQLDataFlowHandler

public PLSQLDataFlowHandler()
Method Detail

createDataFlowNode

public DataFlowNode createDataFlowNode(List<DataFlowNode> dataFlow,
                                       Node node)
Specified by:
createDataFlowNode in interface DataFlowHandler

getLabelStatementNodeClass

public Class<ASTLabelledStatement> getLabelStatementNodeClass()
Specified by:
getLabelStatementNodeClass in interface DataFlowHandler


Copyright © 2002-2015 InfoEther. All Rights Reserved.