public static class TypeCheckHints.Hint extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
positive
Specifies if
TypeCheckHints.Hint.type is a sub-type of the checked type. |
ResolvedJavaType |
type
A type seen while profiling a type check instruction.
|
public final ResolvedJavaType type
public final boolean positive
TypeCheckHints.Hint.type is a sub-type of the checked type.