All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.IASTORE

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

public class IASTORE
extends ArrayInstruction
IASTORE - Store into int array
Stack: ..., arrayref, index, value -> ...

Version:
$Id: IASTORE.java,v 1.4 1999/05/04 13:13:39 dahm Exp $
Author:
M. Dahm

Constructor Index

 o IASTORE()

Constructors

 o IASTORE
 public IASTORE()

All Packages  Class Hierarchy  This Package  Previous  Next  Index