All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.AASTORE

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

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

Version:
$Id: AASTORE.java,v 1.4 1999/05/04 13:12:33 dahm Exp $
Author:
M. Dahm

Constructor Index

 o AASTORE()

Constructors

 o AASTORE
 public AASTORE()

All Packages  Class Hierarchy  This Package  Previous  Next  Index