jellyj.classfile.classgen
Class LASTORE

jellyj.classfile.classgen.Instruction
  |
  +--jellyj.classfile.classgen.LASTORE

public class LASTORE
extends Instruction

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

Author:
JellyJ Design Group

Constructor Summary
LASTORE()
           

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, dump, getLength, getPosition, getTag, produceStack, readInstruction, setPosition, toString

Constructor Detail

LASTORE

public LASTORE()