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