JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jdk.internal.jvmci.meta
Interface JavaValue
All Known Subinterfaces:
HotSpotObjectConstant
,
JavaConstant
All Known Implementing Classes:
AllocatableValue
,
HotSpotCompressedNullConstant
,
HotSpotMetaspaceConstantImpl
,
HotSpotObjectConstantImpl
,
NullConstant
,
PrimitiveConstant
,
RawConstant
,
RegisterValue
,
SimpleVirtualStackSlot
,
StackLockValue
,
StackSlot
,
StackSlotValue
,
Value.IllegalValue
,
Variable
,
VirtualObject
,
VirtualStackSlot
,
VirtualStackSlotRange
public interface
JavaValue
Interface for things that represent a Java value.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Kind
getKind
()
Returns the kind of this value.
Method Detail
getKind
Kind
getKind
()
Returns the kind of this value.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method