ojvm.loading.instructions
Class Ins_ldc2_w
java.lang.Object
|
+--ojvm.loading.instructions.Instruction
|
+--ojvm.loading.instructions.Ins_ldc2_w
- public class Ins_ldc2_w
- extends Instruction
The encapsulation of an ldc2_w instruction.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
LONG_TYPE
public static final int LONG_TYPE
DOUBLE_TYPE
public static final int DOUBLE_TYPE
ctype
public int ctype
Ins_ldc2_w
public Ins_ldc2_w(InstructionInputStream classFile,
ConstantPool cp)
throws ClassFileInputStreamE,
ConstantPoolE
getLongValue
public long getLongValue()
getDoubleValue
public double getDoubleValue()
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