All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class de.fub.bytecode.generic.IfInstruction

java.lang.Object
   |
   +----de.fub.bytecode.generic.Instruction
           |
           +----de.fub.bytecode.generic.BranchInstruction
                   |
                   +----de.fub.bytecode.generic.IfInstruction

public abstract class IfInstruction
extends BranchInstruction
Super class for the IFxxx family of instructions.

Version:
$Id: IfInstruction.java,v 1.3 1999/05/04 13:14:07 dahm Exp $
Author:
M. Dahm

Constructor Index

 o IfInstruction(short, InstructionHandle)

Method Index

 o negate()

Constructors

 o IfInstruction
 protected IfInstruction(short tag,
                         InstructionHandle target)
Parameters:
instruction - Target instruction to branch to

Methods

 o negate
 public abstract IfInstruction negate()
Returns:
negation of instruction, e.g. IFEQ.negate() == IFNE

All Packages  Class Hierarchy  This Package  Previous  Next  Index