Uses of Class
org.apache.bcel.generic.LoadInstruction
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 LoadInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
ALOAD - Load reference from local variableclass
DLOAD - Load double from local variableclass
FLOAD - Load float from local variableclass
ILOAD - Load int from local variable onto stackclass
LLOAD - Load long from local variableModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitLoadInstruction
(LoadInstruction obj) void
Visitor.visitLoadInstruction
(LoadInstruction obj) -
Uses of LoadInstruction in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionvoid
InstConstraintVisitor.visitLoadInstruction
(LoadInstruction o) Assures the generic preconditions of a LoadInstruction instance.