Uses of Class
java.lang.invoke.VarHandle.VarHandleDesc
Packages that use VarHandle.VarHandleDesc
Package
Description
The 
java.lang.invoke package provides low-level primitives for interacting
 with the Java Virtual Machine.- 
Uses of VarHandle.VarHandleDesc in java.lang.invokeMethods in java.lang.invoke that return VarHandle.VarHandleDescModifier and TypeMethodDescriptionstatic VarHandle.VarHandleDescReturns a VarHandle.VarHandleDesc corresponding to aVarHandlefor an array type.static VarHandle.VarHandleDescReturns 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.VarHandleDescModifier and TypeMethodDescriptionVarHandle.describeConstable()Return a nominal descriptor for this instance, if one can be constructed, or an emptyOptionalif one cannot be.