All Packages Class Hierarchy This Package Previous Next Index
Class de.fub.bytecode.generic.BALOAD
java.lang.Object
|
+----de.fub.bytecode.generic.Instruction
|
+----de.fub.bytecode.generic.ArrayInstruction
|
+----de.fub.bytecode.generic.BALOAD
- public class BALOAD
- extends ArrayInstruction
BALOAD - Load byte or boolean from array
Stack: ..., arrayref, index -> ..., value
- Version:
- $Id: BALOAD.java,v 1.4 1999/05/04 13:12:42 dahm Exp $
- Author:
- M. Dahm
-
BALOAD()
-
BALOAD
public BALOAD()
All Packages Class Hierarchy This Package Previous Next Index