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

ConstantInterfaceMethodref Class Reference

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

Public Methods

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

Private Methods

 ConstantInterfaceMethodref (DataInputStream file) throws IOException
 ConstantInterfaceMethodref (DataInputStream file) throws IOException

Detailed Description

This class represents a constant pool reference to an interface method.

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


Constructor & Destructor Documentation

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

ConstantInterfaceMethodref::ConstantInterfaceMethodref ConstantInterfaceMethodref   c [inline]
 

Initialize from another object.

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

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

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

ConstantInterfaceMethodref::ConstantInterfaceMethodref ConstantInterfaceMethodref   c [inline]
 

Initialize from another object.

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

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


Member Function Documentation

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

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


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