Uses of Class
java.lang.constant.DynamicConstantDesc
| Package | Description | 
|---|---|
| java.lang | Provides classes that are fundamental to the design of the Java
 programming language. | 
| java.lang.constant | Classes and interfaces to represent nominal descriptors for run-time
 entities such as classes or method handles, and classfile entities such as
 constant pool entries or  invokedynamiccall sites. | 
| java.lang.invoke | The  java.lang.invokepackage provides low-level primitives for interacting
 with the Java Virtual Machine. | 
| jdk.incubator.foreign |  Classes to support low-level, safe and efficient memory access. | 
- 
Uses of DynamicConstantDesc in java.langSubclasses of DynamicConstantDesc in java.lang Modifier and Type Class Description static classEnum.EnumDesc<E extends Enum<E>>A nominal descriptor for anenumconstant.
- 
Uses of DynamicConstantDesc in java.lang.constantMethods in java.lang.constant that return DynamicConstantDesc Modifier and Type Method Description static <T> DynamicConstantDesc<T>DynamicConstantDesc. of(DirectMethodHandleDesc bootstrapMethod)Returns a nominal descriptor for a dynamic constant whose bootstrap has no static arguments, whose name parameter isConstantDescs.DEFAULT_NAME, and whose type parameter is always the same as the bootstrap method return type.static <T> DynamicConstantDesc<T>DynamicConstantDesc. of(DirectMethodHandleDesc bootstrapMethod, ConstantDesc... bootstrapArgs)Returns a nominal descriptor for a dynamic constant whose name parameter isConstantDescs.DEFAULT_NAME, and whose type parameter is always the same as the bootstrap method return type.static <T> DynamicConstantDesc<T>DynamicConstantDesc. ofNamed(DirectMethodHandleDesc bootstrapMethod, String constantName, ClassDesc constantType, ConstantDesc... bootstrapArgs)Returns a nominal descriptor for a dynamic constant.
- 
Uses of DynamicConstantDesc in java.lang.invokeSubclasses of DynamicConstantDesc in java.lang.invoke Modifier and Type Class Description static classVarHandle.VarHandleDescA nominal descriptor for aVarHandleconstant.
- 
Uses of DynamicConstantDesc in jdk.incubator.foreignMethods in jdk.incubator.foreign that return types with arguments of type DynamicConstantDesc Modifier and Type Method Description Optional<DynamicConstantDesc<GroupLayout>>GroupLayout. describeConstable()Optional<? extends DynamicConstantDesc<? extends MemoryLayout>>MemoryLayout. describeConstable()Optional<DynamicConstantDesc<SequenceLayout>>SequenceLayout. describeConstable()Optional<DynamicConstantDesc<ValueLayout>>ValueLayout. describeConstable()