jellyj.classfile.classgen
Class IOR

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

public class IOR
extends Instruction

IOR - Bitwise OR int Stack: ..., value1, value2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
IOR()
           

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

Constructor Detail

IOR

public IOR()