Class GotoInstruction
- java.lang.Object
-
- org.ow2.clif.scenario.isac.engine.instructions.Instruction
-
- org.ow2.clif.scenario.isac.engine.instructions.GotoInstruction
-
public class GotoInstruction extends Instruction
- Author:
- Emmanuel Varoquaux
-
-
Constructor Summary
Constructors Constructor Description GotoInstruction(int label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()java.lang.StringtoString()
-
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getTypein classInstruction
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-