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

ConstantFloat Class Reference

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

Public Methods

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

Private Methods

 ConstantFloat (DataInputStream file) throws IOException
 ConstantFloat (DataInputStream file) throws IOException

Private Attributes

float bytes

Detailed Description

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

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


Constructor & Destructor Documentation

ConstantFloat::ConstantFloat float   bytes [inline]
 

Parameters:
bytes   Data

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

ConstantFloat::ConstantFloat ConstantFloat   c [inline]
 

Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy.

Definition at line 30 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java.

ConstantFloat::ConstantFloat DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   Input stream
Exceptions:
IOException  

Definition at line 39 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java.

ConstantFloat::ConstantFloat float   bytes [inline]
 

Parameters:
bytes   Data

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

ConstantFloat::ConstantFloat ConstantFloat   c [inline]
 

Initialize from another object. Note that both objects use the same references (shallow copy). Use clone() for a physical copy.

Definition at line 30 of file src/de/fub/bytecode/classfile/ConstantFloat.java.

ConstantFloat::ConstantFloat DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   Input stream
Exceptions:
IOException  

Definition at line 39 of file src/de/fub/bytecode/classfile/ConstantFloat.java.


Member Function Documentation

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

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

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

Dump constant float to file stream in binary format.

Parameters:
file   Output file stream
Exceptions:
IOException  

Reimplemented from Constant.

Definition at line 59 of file src/de/fub/bytecode/classfile/ConstantFloat.java.

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

Dump constant float to file stream in binary format.

Parameters:
file   Output file stream
Exceptions:
IOException  

Reimplemented from Constant.

Definition at line 59 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java.

final float ConstantFloat::getBytes   [inline]
 

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

Definition at line 67 of file src/de/fub/bytecode/classfile/ConstantFloat.java.

final float ConstantFloat::getBytes   [inline]
 

Returns:
data, i.e. 4 bytes.

Definition at line 67 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java.

Referenced by ConstantFloat(), and ConstantPoolGen::lookupFloat().

final void ConstantFloat::setBytes float   bytes [inline]
 

Parameters:
bytes.  

Definition at line 71 of file src/de/fub/bytecode/classfile/ConstantFloat.java.

final void ConstantFloat::setBytes float   bytes [inline]
 

Parameters:
bytes.  

Definition at line 71 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java.

final String ConstantFloat::toString   [inline]
 

Returns:
String representation.

Reimplemented from Constant.

Definition at line 77 of file src/de/fub/bytecode/classfile/ConstantFloat.java.

final String ConstantFloat::toString   [inline]
 

Returns:
String representation.

Reimplemented from Constant.

Definition at line 77 of file lib/jpf/de/fub/bytecode/classfile/ConstantFloat.java.


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