Uses of Class
java.lang.invoke.VarHandle.VarHandleDesc
-
Packages that use VarHandle.VarHandleDesc Package Description java.lang.invoke Thejava.lang.invokepackage provides low-level primitives for interacting with the Java Virtual Machine. -
-
Uses of VarHandle.VarHandleDesc in java.lang.invoke
Methods in java.lang.invoke that return VarHandle.VarHandleDesc Modifier and Type Method Description static VarHandle.VarHandleDescVarHandle.VarHandleDesc. ofArray(ClassDesc arrayClass)Returns a VarHandle.VarHandleDesc corresponding to aVarHandlefor for an array type.static VarHandle.VarHandleDescVarHandle.VarHandleDesc. ofField(ClassDesc declaringClass, String name, ClassDesc fieldType)Returns a VarHandle.VarHandleDesc corresponding to aVarHandlefor an instance field.static VarHandle.VarHandleDescVarHandle.VarHandleDesc. ofStaticField(ClassDesc declaringClass, String name, ClassDesc fieldType)Returns a VarHandle.VarHandleDesc corresponding to aVarHandlefor a static field.Methods in java.lang.invoke that return types with arguments of type VarHandle.VarHandleDesc Modifier and Type Method Description Optional<VarHandle.VarHandleDesc>VarHandle. describeConstable()Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptionalif one cannot be.
-