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

ConstantFieldref Class Reference

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

Public Methods

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

Private Methods

 ConstantFieldref (DataInputStream file) throws IOException
 ConstantFieldref (DataInputStream file) throws IOException

Detailed Description

This class represents a constant pool reference to a field.

Version:
Id:
ConstantFieldref.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/ConstantFieldref.java.


Constructor & Destructor Documentation

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

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

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

ConstantFieldref::ConstantFieldref ConstantFieldref   c [inline]
 

Initialize from another object.

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

ConstantFieldref::ConstantFieldref 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/ConstantFieldref.java.

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

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

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

ConstantFieldref::ConstantFieldref ConstantFieldref   c [inline]
 

Initialize from another object.

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

ConstantFieldref::ConstantFieldref 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/ConstantFieldref.java.


Member Function Documentation

void ConstantFieldref::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 Fields, 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/ConstantFieldref.java.

void ConstantFieldref::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 Fields, 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/ConstantFieldref.java.


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