com.jrockit.memleak
Interface IClassRef

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

public interface IClassRef
extends ITypeSpecifier

Yet another attempt to decouple type identification from meta data. Despite the naming difference, this is what most closely resembles IObjectSpecifier for classes. This may only resolve to a single class instance, as far as the underlying implementation make that distinction.

Author:
mpersson

Field Summary
static IClassRef[] EMPTY_ARRAY
          An empty IClassRef array.
 
Method Summary
 int getClassId()
           
 
Methods inherited from interface com.jrockit.memleak.ITypeSpecifier
select
 

Field Detail

EMPTY_ARRAY

static final IClassRef[] EMPTY_ARRAY
An empty IClassRef array.

Method Detail

getClassId

int getClassId()
Returns:
Returns the class ID.


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