ojvm.loading.instructions
Class Ins_if_acmpne

java.lang.Object
  |
  +--ojvm.loading.instructions.Instruction
        |
        +--ojvm.loading.instructions.Ins_if_acmpne

public class Ins_if_acmpne
extends Instruction

The encapsulation of an if_acmpne instruction.


Fields inherited from class ojvm.loading.instructions.Instruction
length, OPCODE, opcodeName
 
Constructor Summary
Ins_if_acmpne(InstructionInputStream classFile)
           
 
Method Summary
 void accept(InstructionVisitor iv)
           
 short getOffset()
           
 java.lang.String toString()
           
 
Methods inherited from class ojvm.loading.instructions.Instruction
getLength, isActualInstruction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Ins_if_acmpne

public Ins_if_acmpne(InstructionInputStream classFile)
              throws ClassFileInputStreamE
Method Detail

getOffset

public short getOffset()

accept

public void accept(InstructionVisitor iv)
            throws JavaException
Overrides:
accept in class Instruction

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object