joosc.code.bytecode
Class IfAcmpeqInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
      extended byjoosc.code.bytecode.BinaryBranchInstr
          extended byjoosc.code.bytecode.IfCmpeqInstr
              extended byjoosc.code.bytecode.IfAcmpeqInstr
All Implemented Interfaces:
Instr

public class IfAcmpeqInstr
extends IfCmpeqInstr


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

Constructor Detail

IfAcmpeqInstr

public IfAcmpeqInstr()
Method Detail

getName

protected java.lang.String getName()
Specified by:
getName in class BranchInstr