Class CurrentPath
- java.lang.Object
-
- net.sourceforge.pmd.lang.dfa.pathfinder.CurrentPath
-
- All Implemented Interfaces:
Iterable<DataFlowNode>
@Deprecated public class CurrentPath extends Object implements Iterable<DataFlowNode>
Deprecated.SeeDataFlowNode
-
-
Constructor Summary
Constructors Constructor Description CurrentPath()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddLast(DataFlowNode n)Deprecated.DataFlowNodegetDoBranchNodeFromFirstDoStatement()Deprecated.DataFlowNodegetLast()Deprecated.intgetLength()Deprecated.booleanisBranch()Deprecated.booleanisDoBranchNode()Deprecated.booleanisEmpty()Deprecated.booleanisEndNode()Deprecated.booleanisFirstDoStatement()Deprecated.Iterator<DataFlowNode>iterator()Deprecated.voidremoveLast()Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getLength
public int getLength()
Deprecated.
-
iterator
public Iterator<DataFlowNode> iterator()
Deprecated.- Specified by:
iteratorin interfaceIterable<DataFlowNode>
-
getLast
public DataFlowNode getLast()
Deprecated.
-
removeLast
public void removeLast()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
addLast
public void addLast(DataFlowNode n)
Deprecated.
-
isDoBranchNode
public boolean isDoBranchNode()
Deprecated.
-
isFirstDoStatement
public boolean isFirstDoStatement()
Deprecated.
-
getDoBranchNodeFromFirstDoStatement
public DataFlowNode getDoBranchNodeFromFirstDoStatement()
Deprecated.
-
isEndNode
public boolean isEndNode()
Deprecated.
-
isBranch
public boolean isBranch()
Deprecated.
-
-