Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

IfInstruction Class Reference

Inheritance diagram for IfInstruction:
[legend]
Collaboration diagram for IfInstruction:
[legend]
List of all members.

Public Methods

abstract IfInstruction negate ()
abstract IfInstruction negate ()

Protected Methods

 IfInstruction (short tag, InstructionHandle target)
 IfInstruction (short tag, InstructionHandle target)

Private Methods

 IfInstruction ()
 IfInstruction ()

Detailed Description

Super class for the IFxxx family of instructions.

Version:
Id:
IfInstruction.java,v 1.1.1.1 2002/01/24 03:44:05 pserver Exp
Author:
M. Dahm

Definition at line 9 of file lib/jpf/de/fub/bytecode/generic/IfInstruction.java.


Constructor & Destructor Documentation

IfInstruction::IfInstruction   [inline, private]
 

Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/IfInstruction.java.

IfInstruction::IfInstruction short   tag,
InstructionHandle   target
[inline, protected]
 

Parameters:
instruction   Target instruction to branch to

Definition at line 18 of file lib/jpf/de/fub/bytecode/generic/IfInstruction.java.

IfInstruction::IfInstruction   [inline, private]
 

Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

Definition at line 14 of file src/de/fub/bytecode/generic/IfInstruction.java.

IfInstruction::IfInstruction short   tag,
InstructionHandle   target
[inline, protected]
 

Parameters:
instruction   Target instruction to branch to

Definition at line 18 of file src/de/fub/bytecode/generic/IfInstruction.java.


Member Function Documentation

abstract IfInstruction IfInstruction::negate   [pure virtual]
 

Returns:
negation of instruction, e.g. IFEQ.negate() == IFNE

Reimplemented in IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL, IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, and IFNULL.

abstract IfInstruction IfInstruction::negate   [pure virtual]
 

Returns:
negation of instruction, e.g. IFEQ.negate() == IFNE

Reimplemented in IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL, IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, and IFNULL.


The documentation for this class was generated from the following files:
Generated at Thu Feb 7 07:13:15 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001