Class JavaDataFlowNode

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

    public class JavaDataFlowNode
    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
      JavaDataFlowNode​(java.util.List<net.sourceforge.pmd.lang.dfa.DataFlowNode> dataFlow, net.sourceforge.pmd.lang.ast.Node node)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.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

      • JavaDataFlowNode

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

      • toString

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