tip.instructions
Class JumpInstruction

java.lang.Object
  extended by tip.instructions.Instruction
      extended by tip.instructions.JumpInstruction
Direct Known Subclasses:
Igoto, Iifcmp_eq, Iifcmp_gt, Iifeq, Iifne

public abstract class JumpInstruction
extends Instruction


Field Summary
 
Fields inherited from class tip.instructions.Instruction
location
 
Constructor Summary
JumpInstruction(Ilabel target)
           
 
Method Summary
 Ilabel getTarget()
           
 
Methods inherited from class tip.instructions.Instruction
genCode, getCodeSize, getID, getID, toAsm
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JumpInstruction

public JumpInstruction(Ilabel target)
Method Detail

getTarget

public Ilabel getTarget()