Top Fields Constructors Methods
sun.jvm.hotspot.debugger.cdbg.basic

public Class BasicNamedFieldIdentifier

extends Object
implements NamedFieldIdentifier
Class Inheritance
All Implemented Interfaces
sun.jvm.hotspot.debugger.cdbg.NamedFieldIdentifier, sun.jvm.hotspot.debugger.cdbg.FieldIdentifier
Imports
sun.jvm.hotspot.debugger.cdbg.*

Field Summary

Modifier and TypeField and Description
private Field

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public String
public Type
public String
toString()

Overrides java.lang.Object.toString.

Implements sun.jvm.hotspot.debugger.cdbg.FieldIdentifier.toString.

Returns a string representation of the object.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwaitwait

Field Detail

fieldback to summary
private Field field

Constructor Detail

BasicNamedFieldIdentifierback to summary
public BasicNamedFieldIdentifier(Field field)

Method Detail

getNameback to summary
public String getName()

Implements sun.jvm.hotspot.debugger.cdbg.NamedFieldIdentifier.getName.

getTypeback to summary
public Type getType()

Implements sun.jvm.hotspot.debugger.cdbg.FieldIdentifier.getType.

toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Implements sun.jvm.hotspot.debugger.cdbg.FieldIdentifier.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object