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

GOTO_W Class Reference

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

Public Methods

 GOTO_W (InstructionHandle target)
void dump (DataOutputStream out) throws IOException
 GOTO_W (InstructionHandle target)
void accept (Visitor v)
void dump (DataOutputStream out) throws IOException

Protected Methods

void initFromFile (ByteSequence bytes, boolean wide) throws IOException
void initFromFile (ByteSequence bytes, boolean wide) throws IOException

Private Methods

 GOTO_W ()
 GOTO_W ()

Detailed Description

GOTO_W - Branch always (offset, not address)

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

Definition at line 12 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java.


Constructor & Destructor Documentation

GOTO_W::GOTO_W   [inline, private]
 

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

Definition at line 17 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java.

GOTO_W::GOTO_W   [inline, private]
 

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

Definition at line 17 of file src/de/fub/bytecode/generic/GOTO_W.java.


Member Function Documentation

void GOTO_W::accept Visitor   v [inline, virtual]
 

Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.

Parameters:
v   Visitor object

Reimplemented from Instruction.

Definition at line 30 of file src/de/fub/bytecode/generic/GOTO_W.java.

void GOTO_W::dump DataOutputStream   out [inline]
 

Dump instruction as byte code to stream out.

Parameters:
out   Output stream

Reimplemented from BranchInstruction.

Definition at line 40 of file src/de/fub/bytecode/generic/GOTO_W.java.

void GOTO_W::dump DataOutputStream   out [inline]
 

Dump instruction as byte code to stream out.

Parameters:
out   Output stream

Reimplemented from BranchInstruction.

Definition at line 26 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java.

void GOTO_W::initFromFile ByteSequence   bytes,
boolean   wide
[inline, protected]
 

Read needed data (e.g. index) from file.

Reimplemented from BranchInstruction.

Definition at line 48 of file src/de/fub/bytecode/generic/GOTO_W.java.

void GOTO_W::initFromFile ByteSequence   bytes,
boolean   wide
[inline, protected]
 

Read needed data (e.g. index) from file.

Reimplemented from BranchInstruction.

Definition at line 34 of file lib/jpf/de/fub/bytecode/generic/GOTO_W.java.


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