Uses of Interface
java.lang.classfile.constantpool.InvokeDynamicEntry
Packages that use InvokeDynamicEntry
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile 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 CodeBuilderCodeBuilder.invokedynamic(InvokeDynamicEntry ref) Generate 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) Returns AnInvokeDynamicEntrydescribing a dynamic call site.default InvokeDynamicEntryConstantPoolBuilder.invokeDynamicEntry(DynamicCallSiteDesc dcsd) Returns AnInvokeDynamicEntrydescribing a dynamic call site. -
Uses of InvokeDynamicEntry in java.lang.classfile.instruction
Methods in java.lang.classfile.instruction that return InvokeDynamicEntryModifier and TypeMethodDescriptionInvokeDynamicInstruction.invokedynamic()Returns anInvokeDynamicEntrydescribing the call site.Methods in java.lang.classfile.instruction with parameters of type InvokeDynamicEntryModifier and TypeMethodDescriptionstatic InvokeDynamicInstructionInvokeDynamicInstruction.of(InvokeDynamicEntry invokedynamic) Returns an invokedynamic instruction.