All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.BASTORE

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

public class BASTORE
extends ArrayInstruction
BASTORE - Store into byte or boolean array
Stack: ..., arrayref, index, value -> ...

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

Constructor Index

 o BASTORE()

Constructors

 o BASTORE
 public BASTORE()

All Packages  Class Hierarchy  This Package  Previous  Next  Index