Uses of Interface
java.lang.classfile.constantpool.InvokeDynamicEntry
Packages that use InvokeDynamicEntryPREVIEW
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
Methods in java.lang.classfilePREVIEW with parameters of type InvokeDynamicEntryPREVIEWModifier and TypeMethodDescriptiondefault CodeBuilderPREVIEW
CodeBuilder.invokedynamic
(InvokeDynamicEntryPREVIEW ref) Generate an instruction to invoke a dynamically-computed call site -
Uses of InvokeDynamicEntryPREVIEW in java.lang.classfile.constantpoolPREVIEW
Methods in java.lang.classfile.constantpoolPREVIEW that return InvokeDynamicEntryPREVIEWModifier 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
Methods in java.lang.classfile.instructionPREVIEW that return InvokeDynamicEntryPREVIEWModifier and TypeMethodDescriptionInvokeDynamicInstruction.invokedynamic()
Returns anInvokeDynamicEntry
PREVIEW describing the call site.Methods in java.lang.classfile.instructionPREVIEW with parameters of type InvokeDynamicEntryPREVIEWModifier and TypeMethodDescriptionInvokeDynamicInstruction.of
(InvokeDynamicEntryPREVIEW invokedynamic) Returns an invokedynamic instruction.