public final class ExactClassValueProfile extends ValueProfile
ValueProfile that speculates on the exact class of a value.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Class<?> |
cachedClass |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getCachedClass() |
boolean |
isGeneric() |
boolean |
isUninitialized() |
<T> T |
profile(T value) |
java.lang.String |
toString() |
createClassProfile, createIdentityProfile, createPrimitiveProfilepublic <T> T profile(T value)
profile in class ValueProfilepublic boolean isGeneric()
public boolean isUninitialized()
public java.lang.Class<?> getCachedClass()
public java.lang.String toString()
toString in class java.lang.Object