Class Util
- java.lang.Object
-
- org.ow2.clif.scenario.isac.engine.nodes.Util
-
public class Util extends java.lang.Object- Author:
- Emmanuel Varoquaux
-
-
Constructor Summary
Constructors Constructor Description Util()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.ArrayList<InstructionNode>analyseBlock(java.util.ListIterator i)protected static java.util.Map<java.lang.String,java.lang.String>analyseParams(org.jdom.Element element)protected static java.lang.StringBuilderstringIndent(int indent, java.lang.StringBuilder str)
-
-
-
Method Detail
-
analyseBlock
public static java.util.ArrayList<InstructionNode> analyseBlock(java.util.ListIterator i) throws NodeException
- Throws:
NodeException
-
analyseParams
protected static java.util.Map<java.lang.String,java.lang.String> analyseParams(org.jdom.Element element) throws NodeException- Throws:
NodeException
-
stringIndent
protected static java.lang.StringBuilder stringIndent(int indent, java.lang.StringBuilder str)
-
-