Uses of Interface
io.smallrye.classfile.instruction.InvokeInstruction
Packages that use InvokeInstruction
Package
Description
Provides interfaces describing code instructions for the
io.smallrye.classfile library.-
Uses of InvokeInstruction in io.smallrye.classfile.instruction
Methods in io.smallrye.classfile.instruction that return InvokeInstructionModifier and TypeMethodDescriptionstatic InvokeInstructionInvokeInstruction.of(Opcode op, ClassEntry owner, NameAndTypeEntry nameAndType, boolean isInterface) Returns an invocation instruction.static InvokeInstructionInvokeInstruction.of(Opcode op, ClassEntry owner, Utf8Entry name, Utf8Entry type, boolean isInterface) Returns an invocation instruction.static InvokeInstructionInvokeInstruction.of(Opcode op, MemberRefEntry method) Returns an invocation instruction.