Class PLSQLDataFlowNode

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.dfa.DataFlowNode

    public class PLSQLDataFlowNode
    extends net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
    • Field Summary

      • Fields inherited from class net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode

        children, dataFlow, line, node, parents, type, variableAccess
    • Constructor Summary

      Constructors 
      Constructor Description
      PLSQLDataFlowNode​(List<net.sourceforge.pmd.lang.dfa.DataFlowNode> dataFlow, net.sourceforge.pmd.lang.ast.Node node)  
    • Constructor Detail

      • PLSQLDataFlowNode

        public PLSQLDataFlowNode​(List<net.sourceforge.pmd.lang.dfa.DataFlowNode> dataFlow,
                                 net.sourceforge.pmd.lang.ast.Node node)
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode