jellyj.classfile.classgen
Class SASTORE

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

public class SASTORE
extends Instruction

SASTORE - Store into short array Stack: ..., arrayref, index, value -> ...

Author:
JellyJ Design Group

Constructor Summary
SASTORE()
           

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

Constructor Detail

SASTORE

public SASTORE()