org.ow2.clif.scenario.isac.engine.nodes
Class IfNode
java.lang.Object
org.ow2.clif.scenario.isac.engine.nodes.IfNode
- All Implemented Interfaces:
- InstructionNode
public class IfNode
- extends java.lang.Object
- Author:
- Emmanuel Varoquaux
Constructor Summary |
IfNode(org.jdom.Element element)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instructionsThen
public java.util.ArrayList<InstructionNode> instructionsThen
instructionsElse
public java.util.ArrayList<InstructionNode> instructionsElse
condition
public ConditionNode condition
IfNode
public IfNode(org.jdom.Element element)
throws NodeException
- Throws:
NodeException
indentedToString
public java.lang.StringBuilder indentedToString(int indent,
java.lang.StringBuilder str)
compile
public void compile(java.util.Map<java.lang.String,PlugIn> plugIns,
java.util.ArrayList<Instruction> code,
java.util.Stack<TestInstruction> conditions)
throws java.lang.Exception
- Throws:
java.lang.Exception
analyseConditionedBlock
protected java.util.ArrayList<InstructionNode> analyseConditionedBlock(org.jdom.Element element)
throws NodeException
- Throws:
NodeException