joosc.code.bytecode
Class IfCmpneInstr

java.lang.Object
  extended byjoosc.code.bytecode.BranchInstr
      extended byjoosc.code.bytecode.BinaryBranchInstr
          extended byjoosc.code.bytecode.IfCmpneInstr
All Implemented Interfaces:
Instr
Direct Known Subclasses:
IfAcmpneInstr

public abstract class IfCmpneInstr
extends BinaryBranchInstr


Constructor Summary
IfCmpneInstr()
           
 
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

IfCmpneInstr

public IfCmpneInstr()