All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.ICONST

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

public class ICONST
extends Instruction
implements ConstantPushInstruction
ICONST - Push value between -1, ..., 5, other values cause an exception
Stack: ... -> ..., 

Version:
$Id: ICONST.java,v 1.5 1999/05/04 13:13:40 dahm Exp $
Author:
M. Dahm

Constructor Index

 o ICONST(int)

Method Index

 o getValue()

Constructors

 o ICONST
 public ICONST(int i)

Methods

 o getValue
 public Number getValue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index