public class ProcessTreeParser
extends java.lang.Object
| Constructor and Description |
|---|
ProcessTreeParser() |
| Modifier and Type | Method and Description |
|---|---|
static Triple<EfficientTree,java.lang.Integer,java.lang.String> |
parse(java.lang.String string,
int spacesPerTab) |
static Triple<EfficientTree,java.lang.Integer,java.lang.String> |
parseNode(ProcessTreeNodiser nodiser)
Parse the next node using nodiser.
|
public static Triple<EfficientTree,java.lang.Integer,java.lang.String> parse(java.lang.String string, int spacesPerTab) throws java.io.IOException
java.io.IOExceptionpublic static Triple<EfficientTree,java.lang.Integer,java.lang.String> parseNode(ProcessTreeNodiser nodiser) throws java.io.IOException
nodiser - java.io.IOException