com.jeffpalm.basic.bytecode.instr
Class If_icmpeq

java.lang.Object
  extended by com.jeffpalm.basic.bytecode.instr.Instruction
      extended by com.jeffpalm.basic.bytecode.instr.BranchInstruction
          extended by com.jeffpalm.basic.bytecode.instr.If_icmpeq

public class If_icmpeq
extends BranchInstruction

Branch if int comparison succeeds


Constructor Summary
If_icmpeq()
           
If_icmpeq(Instruction target)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class com.jeffpalm.basic.bytecode.instr.BranchInstruction
branchbyte1, branchbyte2, branchOffset, branchTarget, getBytes, getTarget, length, setTarget, toString
 
Methods inherited from class com.jeffpalm.basic.bytecode.instr.Instruction
format, getLabel, opcode, setLabel, toHex, toHex, toInt, toInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

If_icmpeq

public If_icmpeq()

If_icmpeq

public If_icmpeq(Instruction target)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class Instruction