jellyj.classfile.classgen
Class LREM

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

public class LREM
extends Instruction

LREM - Remainder of long Stack: ..., value1, value2 -> result

Author:
JellyJ Design Group

Constructor Summary
LREM()
           

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

Constructor Detail

LREM

public LREM()