joosc.code.bytecode
Class IfeqInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
      extended byjoosc.code.bytecode.UnaryBranchInstr
          extended byjoosc.code.bytecode.IfeqInstr
All Implemented Interfaces:
Instr

public class IfeqInstr
extends UnaryBranchInstr


Constructor Summary
IfeqInstr()
           
 
Method Summary
protected  java.lang.String getName()
           
 
Methods inherited from class joosc.code.bytecode.UnaryBranchInstr
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

IfeqInstr

public IfeqInstr()
Method Detail

getName

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