jellyj.classfile.classgen
Class CALOAD

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

public class CALOAD
extends Instruction

CALOAD - Load char from array Stack: ..., arrayref, index -> ..., value

Author:
JellyJ Design Group

Constructor Summary
CALOAD()
           

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

Constructor Detail

CALOAD

public CALOAD()