Uses of Class
org.apache.bcel.generic.InvokeInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
-
Uses of InvokeInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
Class for INVOKEDYNAMIC.final class
INVOKEINTERFACE - Invoke interface methodclass
INVOKESPECIAL - Invoke instance method; special handling for superclass, private and instance initialization method invocationsclass
INVOKESTATIC - Invoke a class (static) methodclass
INVOKEVIRTUAL - Invoke instance method; dispatch based on classModifier and TypeMethodDescriptionInstructionFactory.createInvoke
(String className, String name, Type retType, Type[] argTypes, short kind) Create an invoke instruction.InstructionFactory.createInvoke
(String className, String name, Type retType, Type[] argTypes, short kind, boolean useInterface) Create an invoke instruction.Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitInvokeInstruction
(InvokeInstruction obj) void
Visitor.visitInvokeInstruction
(InvokeInstruction obj) -
Uses of InvokeInstruction in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionvoid
InstConstraintVisitor.visitInvokeInstruction
(InvokeInstruction o) Ensures the general preconditions of an InvokeInstruction instance.