jellyj.classfile.classgen
Class POP

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

public class POP
extends Instruction

POP - Pop top operand stack word Stack: ..., word -> ...

Author:
JellyJ Design Group

Constructor Summary
POP()
           

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

Constructor Detail

POP

public POP()