All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.LLOAD

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.LocalVariableInstruction
                   |
                   +----de.fub.bytecode.generic.LLOAD

public class LLOAD
extends LocalVariableInstruction
implements PushInstruction
LLOAD - Load long from local variable Stack ... -> ..., result.word1, result.word2

Version:
$Id: LLOAD.java,v 1.4 1999/08/13 08:18:32 dahm Exp $
Author:
M. Dahm

Constructor Index

 o LLOAD(int)

Constructors

 o LLOAD
 public LLOAD(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index