public class CurrentPath
extends java.lang.Object
Constructor and Description |
---|
CurrentPath() |
Modifier and Type | Method and Description |
---|---|
void |
addLast(IDataFlowNode n) |
IDataFlowNode |
getDoBranchNodeFromFirstDoStatement() |
IDataFlowNode |
getLast() |
int |
getLength() |
boolean |
isBranch() |
boolean |
isDoBranchNode() |
boolean |
isEmpty() |
boolean |
isEndNode() |
boolean |
isFirstDoStatement() |
java.util.Iterator<IDataFlowNode> |
iterator() |
void |
removeLast() |
public int getLength()
public java.util.Iterator<IDataFlowNode> iterator()
public IDataFlowNode getLast()
public void removeLast()
public boolean isEmpty()
public void addLast(IDataFlowNode n)
public boolean isDoBranchNode()
public boolean isFirstDoStatement()
public IDataFlowNode getDoBranchNodeFromFirstDoStatement()
public boolean isEndNode()
public boolean isBranch()