ACONST_NULLpublic class ACONST_NULL extends Instruction implements TypedInstruction, PushInstructionACONST_NULL - Push null reference
Stack: ... -> ..., null |
Constructors Summary |
---|
public ACONST_NULL()Push null reference
super(com.sun.org.apache.bcel.internal.Constants.ACONST_NULL, (short)1);
|
|