jellyj.classfile.classgen
Class BASTORE

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

public class BASTORE
extends Instruction

BASTORE - Store into byte or boolean array Stack: ..., arrayref, index, value -> ...

Author:
JellyJ Design Group

Constructor Summary
BASTORE()
           

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

Constructor Detail

BASTORE

public BASTORE()