net.sourceforge.pmd.lang.dfa
Class StartOrEndDataFlowNode

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

public class StartOrEndDataFlowNode
extends AbstractDataFlowNode


Field Summary
 
Fields inherited from class net.sourceforge.pmd.lang.dfa.AbstractDataFlowNode
children, dataFlow, line, node, parents, type, variableAccess
 
Constructor Summary
StartOrEndDataFlowNode(List<DataFlowNode> dataFlow, int line, boolean isStartNode)
           
 
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

StartOrEndDataFlowNode

public StartOrEndDataFlowNode(List<DataFlowNode> dataFlow,
                              int line,
                              boolean isStartNode)
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractDataFlowNode


Copyright © 2002-2016 InfoEther. All Rights Reserved.