public class DfgEdgeNodiser
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
DfgEdgeNodiser.NodeType |
Constructor and Description |
---|
DfgEdgeNodiser(java.lang.String string) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLastActivity() |
int |
getLastActivityIndex() |
int |
getLastIndentation() |
int |
getLastLineNumber() |
DfgEdgeNodiser.NodeType |
getLastNodeType() |
boolean |
nextNode()
Fetches the next node and returns whether it exists.
|
void |
pushBack() |
public boolean nextNode() throws java.io.IOException
java.io.IOException
public java.lang.String getLastActivity()
public DfgEdgeNodiser.NodeType getLastNodeType()
public int getLastIndentation()
public int getLastLineNumber()
public void pushBack()
public int getLastActivityIndex()