public interface OriginalFieldProvider
ResolvedJavaField to a
Field, i.e., a mapping from JVMCI back to Java reflection. This is a
best effort operation, all users must be aware that the return value can be null.
A null return value means that there is 1) no reflection representation at all - the provided
JVMCI field is a synthetic field without any class backing, or 2) that looking up the reflection
object is not possible due to linking errors.| Modifier and Type | Method and Description |
|---|---|
Field |
getJavaField() |
static Field |
getJavaField(ResolvedJavaField field) |