jellyj.classfile.classgen
Class POP2

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

public class POP2
extends Instruction

POP2 - Pop two top operand stack words Stack: ..., word2, word1 -> ...

Author:
JellyJ Design Group

Constructor Summary
POP2()
           

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

Constructor Detail

POP2

public POP2()