jellyj.classfile.classgen
Class DASTORE

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

public class DASTORE
extends Instruction

DASTORE - Store into double array Stack: ..., arrayref, index, value.word1, value.word2 -> ...

Author:
JellyJ Design Group

Constructor Summary
DASTORE()
           

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

Constructor Detail

DASTORE

public DASTORE()