jellyj.classfile.classgen
Class LSUB

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

public class LSUB
extends Instruction

LSUB - Substract longs Stack: ..., value1.word1, value1.word2, value2.word1, value2.word2 -> ..., result.word1, result.word2

Author:
JellyJ Design Group

Constructor Summary
LSUB()
           

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

Constructor Detail

LSUB

public LSUB()