com.jrockit.memleak
Interface INamedType

All Superinterfaces:
ITypeSpecifier
All Known Subinterfaces:
IClassInfo
All Known Implementing Classes:
ClassInfo, DummyClassInfo, JoinedTypeHeapInfo, NameMappingCacheFactory.ClassInfoR26, TypeName

public interface INamedType
extends ITypeSpecifier

An interface for types with a JVM name.

Author:
mpersson

Method Summary
 java.lang.String getName()
          Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this INamedType object.
 
Methods inherited from interface com.jrockit.memleak.ITypeSpecifier
select
 

Method Detail

getName

java.lang.String getName()
Returns the name of the entity (class, interface, array class, primitive type, or void) represented by this INamedType object.

Returns:
the name of the class represented by this INamedType object.
See Also:
Class.getName()


Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.