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

ConstantDouble Class Reference

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

Public Methods

 ConstantDouble (double bytes)
 ConstantDouble (ConstantDouble c)
void accept (Visitor v)
final void dump (DataOutputStream file) throws IOException
final double getBytes ()
final void setBytes (double bytes)
final String toString ()
 ConstantDouble (double bytes)
 ConstantDouble (ConstantDouble c)
void accept (Visitor v)
final void dump (DataOutputStream file) throws IOException
final double getBytes ()
final void setBytes (double bytes)
final String toString ()

Private Methods

 ConstantDouble (DataInputStream file) throws IOException
 ConstantDouble (DataInputStream file) throws IOException

Private Attributes

double bytes

Detailed Description

This class is derived from the abstract Constant class and represents a reference to a Double object.

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

Definition at line 15 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.


Constructor & Destructor Documentation

ConstantDouble::ConstantDouble double   bytes [inline]
 

Parameters:
bytes   Data

Definition at line 21 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.

ConstantDouble::ConstantDouble ConstantDouble   c [inline]
 

Initialize from another object.

Definition at line 28 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.

ConstantDouble::ConstantDouble DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   Input stream
Exceptions:
IOException  

Definition at line 37 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.

ConstantDouble::ConstantDouble double   bytes [inline]
 

Parameters:
bytes   Data

Definition at line 21 of file src/de/fub/bytecode/classfile/ConstantDouble.java.

ConstantDouble::ConstantDouble ConstantDouble   c [inline]
 

Initialize from another object.

Definition at line 28 of file src/de/fub/bytecode/classfile/ConstantDouble.java.

ConstantDouble::ConstantDouble DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   Input stream
Exceptions:
IOException  

Definition at line 37 of file src/de/fub/bytecode/classfile/ConstantDouble.java.


Member Function Documentation

void ConstantDouble::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 48 of file src/de/fub/bytecode/classfile/ConstantDouble.java.

void ConstantDouble::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 48 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.

final void ConstantDouble::dump DataOutputStream   file [inline, virtual]
 

Dump constant double to file stream in binary format.

Parameters:
file   Output file stream
Exceptions:
IOException  

Reimplemented from Constant.

Definition at line 57 of file src/de/fub/bytecode/classfile/ConstantDouble.java.

final void ConstantDouble::dump DataOutputStream   file [inline, virtual]
 

Dump constant double to file stream in binary format.

Parameters:
file   Output file stream
Exceptions:
IOException  

Reimplemented from Constant.

Definition at line 57 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.

final double ConstantDouble::getBytes   [inline]
 

Returns:
data, i.e., 8 bytes.

Definition at line 65 of file src/de/fub/bytecode/classfile/ConstantDouble.java.

final double ConstantDouble::getBytes   [inline]
 

Returns:
data, i.e. 8 bytes.

Definition at line 65 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.

Referenced by ConstantDouble(), and ConstantPoolGen::lookupDouble().

final void ConstantDouble::setBytes double   bytes [inline]
 

Parameters:
bytes.  

Definition at line 69 of file src/de/fub/bytecode/classfile/ConstantDouble.java.

final void ConstantDouble::setBytes double   bytes [inline]
 

Parameters:
bytes.  

Definition at line 69 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.

final String ConstantDouble::toString   [inline]
 

Returns:
String representation.

Reimplemented from Constant.

Definition at line 75 of file src/de/fub/bytecode/classfile/ConstantDouble.java.

final String ConstantDouble::toString   [inline]
 

Returns:
String representation.

Reimplemented from Constant.

Definition at line 75 of file lib/jpf/de/fub/bytecode/classfile/ConstantDouble.java.


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