tip.instructions
Class Iifcmp_gt

java.lang.Object
  extended by tip.instructions.Instruction
      extended by tip.instructions.JumpInstruction
          extended by tip.instructions.Iifcmp_gt

public class Iifcmp_gt
extends JumpInstruction


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

Constructor Detail

Iifcmp_gt

public Iifcmp_gt(Ilabel target)
Method Detail

toAsm

public String toAsm()
Specified by:
toAsm in class Instruction

genCode

public int[] genCode()
Specified by:
genCode in class Instruction

getCodeSize

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