All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.LALOAD

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

public class LALOAD
extends ArrayInstruction
LALOAD - Load long from array
Stack: ..., arrayref, index -> ..., value1, value2

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

Constructor Index

 o LALOAD()

Constructors

 o LALOAD
 public LALOAD()

All Packages  Class Hierarchy  This Package  Previous  Next  Index