jellyj.classfile.classgen
Class LOR

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

public class LOR
extends Instruction

LOR - Bitwise OR long Stack: ..., value1, value2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
LOR()
           

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

Constructor Detail

LOR

public LOR()