org.apache.bcel.classfile

Class ConstantUtf8

Implemented Interfaces:
Cloneable, Node, Serializable

public final class ConstantUtf8
extends Constant

This class is derived from the abstract Constant class and represents a reference to a Utf8 encoded string.

Version:
$Id: ConstantUtf8.java,v 1.3 2002/12/08 16:04:37 mdahm Exp $

Author:
M. Dahm

See Also:
Constant

Nested Class Summary

Field Summary

Fields inherited from class org.apache.bcel.classfile.Constant

tag

Constructor Summary

ConstantUtf8(String bytes)
ConstantUtf8(ConstantUtf8 c)
Initialize from another object.

Method Summary

void
accept(Visitor v)
Called by objects that are traversing the nodes of the tree implicitely defined by the contents of a Java class.
void
dump(DataOutputStream file)
Dump String in Utf8 format to file stream.
String
getBytes()
void
setBytes(String bytes)
String
toString()

Methods inherited from class org.apache.bcel.classfile.Constant

accept, clone, copy, dump, getTag, toString

Constructor Details

ConstantUtf8

public ConstantUtf8(String bytes)

Parameters:
bytes - Data


ConstantUtf8

public ConstantUtf8(ConstantUtf8 c)
Initialize from another object.

Method Details

accept

public void accept(Visitor v)
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.
Specified by:
accept in interface Node
Overrides:
accept in interface Constant

Parameters:
v - Visitor object


dump

public final void dump(DataOutputStream file)
            throws IOException
Dump String in Utf8 format to file stream.
Overrides:
dump in interface Constant

Parameters:
file - Output file stream


getBytes

public final String getBytes()

Returns:
Data converted to string.


setBytes

public final void setBytes(String bytes)

Parameters:


toString

public final String toString()
Overrides:
toString in interface Constant

Returns:
String representation