| Constructor and Description |
|---|
JavaTypeInfo(com.sun.jdi.ReferenceType referenceType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canGetInstanceInfo() |
boolean |
equals(java.lang.Object obj) |
java.util.List<ReferenceInfo> |
getInstances(int limit) |
com.sun.jdi.ReferenceType |
getReferenceType() |
int |
hashCode() |
java.lang.String |
name() |
static java.util.List<TypeInfo> |
wrap(java.util.List<? extends com.sun.jdi.ReferenceType> types) |
public static java.util.List<TypeInfo> wrap(java.util.List<? extends com.sun.jdi.ReferenceType> types)
public java.util.List<ReferenceInfo> getInstances(int limit)
getInstances in interface TypeInfopublic com.sun.jdi.ReferenceType getReferenceType()
public boolean canGetInstanceInfo()
canGetInstanceInfo in interface TypeInfopublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object