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

ConstantMethodref Class Reference

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

Public Methods

 ConstantMethodref (int class_index, int name_and_type_index)
 ConstantMethodref (ConstantMethodref c)
void accept (Visitor v)
 ConstantMethodref (int class_index, int name_and_type_index)
 ConstantMethodref (ConstantMethodref c)
void accept (Visitor v)

Private Methods

 ConstantMethodref (DataInputStream file) throws IOException
 ConstantMethodref (DataInputStream file) throws IOException

Detailed Description

This class represents a constant pool reference to a method.

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

Definition at line 12 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java.


Constructor & Destructor Documentation

ConstantMethodref::ConstantMethodref int   class_index,
int   name_and_type_index
[inline]
 

Parameters:
class_index   Reference to the class containing the method
name_and_type_index   and the method signature

Definition at line 17 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java.

ConstantMethodref::ConstantMethodref ConstantMethodref   c [inline]
 

Initialize from another object.

Definition at line 24 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java.

ConstantMethodref::ConstantMethodref DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   input stream
Exceptions:
IOException  

Definition at line 33 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java.

ConstantMethodref::ConstantMethodref int   class_index,
int   name_and_type_index
[inline]
 

Parameters:
class_index   Reference to the class containing the method
name_and_type_index   and the method signature

Definition at line 17 of file src/de/fub/bytecode/classfile/ConstantMethodref.java.

ConstantMethodref::ConstantMethodref ConstantMethodref   c [inline]
 

Initialize from another object.

Definition at line 24 of file src/de/fub/bytecode/classfile/ConstantMethodref.java.

ConstantMethodref::ConstantMethodref DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   input stream
Exceptions:
IOException  

Definition at line 33 of file src/de/fub/bytecode/classfile/ConstantMethodref.java.


Member Function Documentation

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

Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.

Parameters:
v   Visitor object

Reimplemented from Constant.

Definition at line 44 of file src/de/fub/bytecode/classfile/ConstantMethodref.java.

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

Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class. I.e., the hierarchy of methods, fields, attributes, etc. spawns a tree of objects.

Parameters:
v   Visitor object

Reimplemented from Constant.

Definition at line 44 of file lib/jpf/de/fub/bytecode/classfile/ConstantMethodref.java.


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