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