jellyj.classfile.classgen
Class LCMP

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

public class LCMP
extends Instruction

LCMP - Compare longs: Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 -> ..., result <= -1, 0, 1>

Author:
JellyJ Design Group

Constructor Summary
LCMP()
           

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

Constructor Detail

LCMP

public LCMP()