Interface InstructionNode
-
- All Known Implementing Classes:
ControlNode,IfNode,NChoiceNode,PreemptiveNode,SampleNode,TimerNode,WhileNode
public interface InstructionNode- Author:
- Emmanuel Varoquaux
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompile(java.util.Map<java.lang.String,PlugIn> plugIns, java.util.ArrayList<Instruction> code, java.util.Stack<TestInstruction> conditions)java.lang.StringBuilderindentedToString(int indent, java.lang.StringBuilder str)
-
-
-
Method Detail
-
indentedToString
java.lang.StringBuilder indentedToString(int indent, java.lang.StringBuilder str)
-
compile
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
-
-