Uses of Class
org.apache.bcel.generic.MethodGen
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 MethodGen in org.apache.bcel.generic
Modifier and TypeMethodDescriptionint
ConstantPoolGen.addInterfaceMethodref
(MethodGen method) int
ConstantPoolGen.addMethodref
(MethodGen method) int
ConstantPoolGen.lookupInterfaceMethodref
(MethodGen method) int
ConstantPoolGen.lookupMethodref
(MethodGen method) void
-
Uses of MethodGen in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionvoid
Pass3bVerifier.invalidReturnTypeError
(Type returnedType, MethodGen m) Throws an exception indicating the returned type is not compatible with the return type of the given method.void
InstConstraintVisitor.setMethodGen
(MethodGen mg) Sets the MethodGen instance needed for constraint checking prior to execution.ModifierConstructorDescriptionControlFlowGraph
(MethodGen methodGen) A Control Flow Graph; with additional JustIce checksControlFlowGraph
(MethodGen methodGen, boolean enableJustIceCheck) A Control Flow Graph.Constructs a new ExceptionHandlers instance.Subroutines
(MethodGen mg) Constructs a new instance.Subroutines
(MethodGen mg, boolean enableJustIceCheck) Constructs a new instance.