joosc.code.bytecode
Class IfCmpeqInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
      extended byjoosc.code.bytecode.BinaryBranchInstr
          extended byjoosc.code.bytecode.IfCmpeqInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
IfAcmpeqInstr, IfIcmpeqInstr

public abstract class IfCmpeqInstr
extends BinaryBranchInstr


Constructor Summary
IfCmpeqInstr()
           
 
Methods inherited from class joosc.code.bytecode.BinaryBranchInstr
getHeightDelta, getLowestAffected, getLowestUsed
 
Methods inherited from class joosc.code.bytecode.BranchInstr
getName, getTarget, setTarget, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IfCmpeqInstr

public IfCmpeqInstr()