jellyj.classfile.classgen
Class IAND

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

public class IAND
extends Instruction

IAND - Bitwise AND int Stack: ..., value1, value2 -> ..., result

Author:
JellyJ Design Group

Constructor Summary
IAND()
           

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

Constructor Detail

IAND

public IAND()