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

Instruction_Jsr_w Class Reference

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

Public Methods

 Instruction_Jsr_w ()
Instruction[] branchpoints (Instruction next)

Detailed Description

Instruction subclasses are used to represent parsed bytecode; each bytecode operation has a corresponding subclass of Instruction.

Each subclass is derived from one of

Author:
Clark Verbrugge
See also:
Instruction , Instruction_noargs , Instruction_byte , Instruction_bytevar , Instruction_byteindex , Instruction_int , Instruction_intvar , Instruction_intindex , Instruction_intbranch , Instruction_longbranch , Instruction_Unknown

Definition at line 138 of file Instruction_Jsr_w.java.


Member Function Documentation

Instruction [] Instruction_Jsr_w::branchpoints Instruction   next [inline]
 

Returns an array of the instructions to which this instruction might branch (only valid if branches==true; default action is to return null).

Parameters:
next   the instruction following this one, in case of default flow through.
Returns:
array of instructions which may be targets of this instruction.
See also:
Instruction::branches

Reimplemented from Instruction_longbranch.

Definition at line 140 of file Instruction_Jsr_w.java.


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