ojvm.loading.instructions
Class Ins_new

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

public class Ins_new
extends Instruction

The encapsulation of a new instruction.


Fields inherited from class ojvm.loading.instructions.Instruction
length, OPCODE, opcodeName
 
Constructor Summary
Ins_new(InstructionInputStream classFile, ConstantPool cp)
           
 
Method Summary
 void accept(InstructionVisitor iv)
           
 Descriptor getClassDesc()
           
 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_new

public Ins_new(InstructionInputStream classFile,
               ConstantPool cp)
        throws ClassFileInputStreamE,
               ConstantPoolE
Method Detail

getClassDesc

public Descriptor getClassDesc()

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