Uses of Interface
java.lang.classfile.constantpool.InvokeDynamicEntry
Packages that use InvokeDynamicEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing constant pool entries for the
java.lang.classfile
library.Provides interfaces describing code instructions for the
java.lang.classfile
library.-
Uses of InvokeDynamicEntry in java.lang.classfile
Methods in java.lang.classfile with parameters of type InvokeDynamicEntryModifier and TypeMethodDescriptiondefault CodeBuilder
CodeBuilder.invokedynamic
(InvokeDynamicEntry ref) Generates an instruction to invoke a dynamically-computed call site. -
Uses of InvokeDynamicEntry in java.lang.classfile.constantpool
Methods in java.lang.classfile.constantpool that return InvokeDynamicEntryModifier and TypeMethodDescriptionConstantPoolBuilder.invokeDynamicEntry
(BootstrapMethodEntry bootstrapMethodEntry, NameAndTypeEntry nameAndType) default InvokeDynamicEntry
ConstantPoolBuilder.invokeDynamicEntry
(DynamicCallSiteDesc dcsd) Returns anInvokeDynamicEntry
describing the same dynamic call site as the providedDynamicCallSiteDesc
. -
Uses of InvokeDynamicEntry in java.lang.classfile.instruction
Methods in java.lang.classfile.instruction that return InvokeDynamicEntryModifier and TypeMethodDescriptionInvokeDynamicInstruction.invokedynamic()
Returns anInvokeDynamicEntry
describing the call site.Methods in java.lang.classfile.instruction with parameters of type InvokeDynamicEntryModifier and TypeMethodDescriptionstatic InvokeDynamicInstruction
InvokeDynamicInstruction.of
(InvokeDynamicEntry invokedynamic) Returns an invokedynamic instruction.