jellyj.classfile.classgen
Class INEG

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

public class INEG
extends Instruction

INEG - Negate int Stack: ..., value -> ..., result

Author:
JellyJ Design Group

Constructor Summary
INEG()
           

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

Constructor Detail

INEG

public INEG()