net.sourceforge.pmd.lang.plsql.dfa
Class PLSQLDataFlowNode

java.lang.Object
  extended by net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
      extended by net.sourceforge.pmd.lang.plsql.dfa.PLSQLDataFlowNode
All Implemented Interfaces:
DataFlowNode

public class PLSQLDataFlowNode
extends AbstractDataFlowNode


Field Summary
 
Fields inherited from class net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
children, dataFlow, line, node, parents, type, variableAccess
 
Constructor Summary
PLSQLDataFlowNode(List<DataFlowNode> dataFlow, Node node)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
addPathToChild, getChildren, getFlow, getIndex, getLine, getNode, getParents, getVariableAccess, isType, removePathToChild, reverseParentPathsTo, setType, setVariableAccess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PLSQLDataFlowNode

public PLSQLDataFlowNode(List<DataFlowNode> dataFlow,
                         Node node)
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractDataFlowNode


Copyright © 2002-2016 InfoEther. All Rights Reserved.