All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.LASTORE

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

public class LASTORE
extends ArrayInstruction
LASTORE - Store into long array
Stack: ..., arrayref, index, value.word1, value.word2 -> ...

Version:
$Id: LASTORE.java,v 1.4 1999/05/04 13:14:19 dahm Exp $
Author:
M. Dahm

Constructor Index

 o LASTORE()

Constructors

 o LASTORE
 public LASTORE()

All Packages  Class Hierarchy  This Package  Previous  Next  Index