All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.ACONST_NULL
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ACONST_NULL
- public class ACONST_NULL
- extends Instruction
- implements PushInstruction
ACONST_NULL - Push null
Stack: ... -> ..., null
- Version:
- $Id: ACONST_NULL.java,v 1.4 1999/05/04 13:12:34 dahm Exp $
- Author:
- M. Dahm
-
ACONST_NULL()
-
ACONST_NULL
public ACONST_NULL()
All Packages Class Hierarchy This Package Previous Next Index