jellyj.classfile.classgen
Class CASTORE

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

public class CASTORE
extends Instruction

CASTORE - Store into char array Stack: ..., arrayref, index, value -> ...

Author:
JellyJ Design Group

Constructor Summary
CASTORE()
           

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

Constructor Detail

CASTORE

public CASTORE()