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

ConstantLong Class Reference

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

Public Methods

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

Private Methods

 ConstantLong (DataInputStream file) throws IOException
 ConstantLong (DataInputStream file) throws IOException

Private Attributes

long bytes

Detailed Description

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

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


Constructor & Destructor Documentation

ConstantLong::ConstantLong long   bytes [inline]
 

Parameters:
bytes   Data

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

ConstantLong::ConstantLong ConstantLong   c [inline]
 

Initialize from another object.

Definition at line 29 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java.

ConstantLong::ConstantLong DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   Input stream
Exceptions:
IOException  

Definition at line 38 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java.

ConstantLong::ConstantLong long   bytes [inline]
 

Parameters:
bytes   Data

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

ConstantLong::ConstantLong ConstantLong   c [inline]
 

Initialize from another object.

Definition at line 29 of file src/de/fub/bytecode/classfile/ConstantLong.java.

ConstantLong::ConstantLong DataInputStream   file [inline, private]
 

Initialize instance from file data.

Parameters:
file   Input stream
Exceptions:
IOException  

Definition at line 38 of file src/de/fub/bytecode/classfile/ConstantLong.java.


Member Function Documentation

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

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

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

Dump constant long to file stream in binary format.

Parameters:
file   Output file stream
Exceptions:
IOException  

Reimplemented from Constant.

Definition at line 58 of file src/de/fub/bytecode/classfile/ConstantLong.java.

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

Dump constant long to file stream in binary format.

Parameters:
file   Output file stream
Exceptions:
IOException  

Reimplemented from Constant.

Definition at line 58 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java.

final long ConstantLong::getBytes   [inline]
 

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

Definition at line 66 of file src/de/fub/bytecode/classfile/ConstantLong.java.

final long ConstantLong::getBytes   [inline]
 

Returns:
data, i.e. 8 bytes.

Definition at line 66 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java.

Referenced by ConstantLong(), and ConstantPoolGen::lookupLong().

final void ConstantLong::setBytes long   bytes [inline]
 

Parameters:
bytes.  

Definition at line 70 of file src/de/fub/bytecode/classfile/ConstantLong.java.

final void ConstantLong::setBytes long   bytes [inline]
 

Parameters:
bytes.  

Definition at line 70 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java.

final String ConstantLong::toString   [inline]
 

Returns:
String representation.

Reimplemented from Constant.

Definition at line 76 of file src/de/fub/bytecode/classfile/ConstantLong.java.

final String ConstantLong::toString   [inline]
 

Returns:
String representation.

Reimplemented from Constant.

Definition at line 76 of file lib/jpf/de/fub/bytecode/classfile/ConstantLong.java.


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