org.ow2.clif.scenario.isac.engine.instructions
Class GotoInstruction

java.lang.Object
  extended by org.ow2.clif.scenario.isac.engine.instructions.Instruction
      extended by org.ow2.clif.scenario.isac.engine.instructions.GotoInstruction

public class GotoInstruction
extends Instruction

Author:
Emmanuel Varoquaux

Field Summary
 int label
           
 
Fields inherited from class org.ow2.clif.scenario.isac.engine.instructions.Instruction
CONTROL, EXIT, GOTO, NCHOICE, SAMPLE, TEST, TIMER
 
Constructor Summary
GotoInstruction(int label)
           
 
Method Summary
 int getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

label

public int label
Constructor Detail

GotoInstruction

public GotoInstruction(int label)
Method Detail

getType

public int getType()
Specified by:
getType in class Instruction

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object