All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.LCONST

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.LCONST

public class LCONST
extends Instruction
implements ConstantPushInstruction
LCONST - Push 0 or 1, other values cause an exception
Stack: ... -> ..., 

Version:
$Id: LCONST.java,v 1.6 1999/05/04 13:14:20 dahm Exp $
Author:
M. Dahm

Constructor Index

 o LCONST(long)

Method Index

 o getValue()

Constructors

 o LCONST
 public LCONST(long l)

Methods

 o getValue
 public Number getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index