Uses of Class
org.apache.bcel.generic.InstructionFactory.MethodObject
-
Packages that use InstructionFactory.MethodObject Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. -
-
Uses of InstructionFactory.MethodObject in org.apache.bcel.generic
Fields in org.apache.bcel.generic declared as InstructionFactory.MethodObject Modifier and Type Field Description private static InstructionFactory.MethodObject[]
InstructionFactory. appendMethodObjects
Methods in org.apache.bcel.generic with parameters of type InstructionFactory.MethodObject Modifier and Type Method Description private InvokeInstruction
InstructionFactory. createInvoke(InstructionFactory.MethodObject m, short kind)
-