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