jellyj.classfile.classgen
Class ACONST_NULL

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.ACONST_NULL

public class ACONST_NULL
extends Instruction

ACONST_NULL - Push null Stack: ... -> ..., null

Author:
JellyJ Design Group

Constructor Summary
ACONST_NULL()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, dump, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString

Constructor Detail

ACONST_NULL

public ACONST_NULL()