All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.LSTORE

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

public class LSTORE
extends LocalVariableInstruction
LSTORE - Store long into local variable Stack ..., value.word1, value.word2 -> ...

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

Constructor Index

 o LSTORE(int)

Constructors

 o LSTORE
 public LSTORE(int n)

All Packages  Class Hierarchy  This Package  Previous  Next  Index