Uses of Class
org.apache.bcel.generic.LoadInstruction
Packages that use LoadInstruction
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
-
Uses of LoadInstruction in org.apache.bcel.generic
Subclasses of LoadInstruction in org.apache.bcel.genericModifier and TypeClassDescriptionclassALOAD - Load reference from local variableclassDLOAD - Load double from local variableclassFLOAD - Load float from local variableclassILOAD - Load int from local variable onto stackclassLLOAD - Load long from local variableMethods in org.apache.bcel.generic with parameters of type LoadInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitLoadInstruction(LoadInstruction obj) voidVisitor.visitLoadInstruction(LoadInstruction obj) -
Uses of LoadInstruction in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type LoadInstructionModifier and TypeMethodDescriptionvoidInstConstraintVisitor.visitLoadInstruction(LoadInstruction o) Assures the generic preconditions of a LoadInstruction instance.