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