public class StartOrEndDataFlowNode extends DataFlowNode
children, dataFlow, line, parents, type, variableAccess| Constructor and Description |
|---|
StartOrEndDataFlowNode(java.util.LinkedList<DataFlowNode> dataFlow,
int line,
boolean isStartNode) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
addPathToChild, getChildren, getFlow, getIndex, getLine, getParents, getSimpleNode, getVariableAccess, isType, removePathToChild, reverseParentPathsTo, setType, setVariableAccesspublic StartOrEndDataFlowNode(java.util.LinkedList<DataFlowNode> dataFlow, int line, boolean isStartNode)
public java.lang.String toString()
toString in class DataFlowNode