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