Uses of Interface
java.lang.classfile.constantpool.InvokeDynamicEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile constant pool entries for the
java.lang.classfile
PREVIEW library.Provides interfaces describing code instructions for the
java.lang.classfile
PREVIEW library.-
Uses of InvokeDynamicEntryPREVIEW in java.lang.classfilePREVIEW
Modifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.invokedynamic
(InvokeDynamicEntryPREVIEW ref) Generate an instruction to invoke a dynamically-computed call sitedefault CodeBuilderPREVIEW
CodeBuilder.invokeDynamicInstruction
(InvokeDynamicEntryPREVIEW ref) Generate an instruction to invoke a dynamically-computed call site -
Uses of InvokeDynamicEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Modifier and TypeMethodDescriptionConstantPoolBuilder.invokeDynamicEntry
(BootstrapMethodEntryPREVIEW bootstrapMethodEntry, NameAndTypeEntryPREVIEW nameAndType) Returns AnInvokeDynamicEntry
PREVIEW describing a dynamic call site.default InvokeDynamicEntryPREVIEW
ConstantPoolBuilder.invokeDynamicEntry
(DynamicCallSiteDesc dcsd) Returns AnInvokeDynamicEntry
PREVIEW describing a dynamic call site. -
Uses of InvokeDynamicEntryPREVIEW in java.lang.classfile.instructionPREVIEW
Modifier and TypeMethodDescriptionInvokeDynamicInstruction.invokedynamic()
Returns anInvokeDynamicEntry
PREVIEW describing the call site.Modifier and TypeMethodDescriptionInvokeDynamicInstruction.of
(InvokeDynamicEntryPREVIEW invokedynamic) Returns an invokedynamic instruction.