Uses of Class
org.apache.bcel.generic.LocalVariableInstruction
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 LocalVariableInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
ALOAD - Load reference from local variableclass
ASTORE - Store reference into local variableclass
DLOAD - Load double from local variableclass
DSTORE - Store double into local variableclass
FLOAD - Load float from local variableclass
FSTORE - Store float into local variableclass
IINC - Increment local variable by constantclass
ILOAD - Load int from local variable onto stackclass
ISTORE - Store int from stack into local variableclass
LLOAD - Load long from local variableclass
Denotes an unparameterized instruction to load a value from a local variable, e.g.class
LSTORE - Store long into local variableclass
Denotes an unparameterized instruction to store a value into a local variable, e.g.Modifier and TypeFieldDescriptionstatic final LocalVariableInstruction
InstructionConst.ALOAD_0
static final LocalVariableInstruction
InstructionConstants.ALOAD_0
Deprecated.static final LocalVariableInstruction
InstructionConst.ALOAD_1
static final LocalVariableInstruction
InstructionConstants.ALOAD_1
Deprecated.static final LocalVariableInstruction
InstructionConst.ALOAD_2
static final LocalVariableInstruction
InstructionConstants.ALOAD_2
Deprecated.static final LocalVariableInstruction
InstructionConst.ASTORE_0
static final LocalVariableInstruction
InstructionConstants.ASTORE_0
Deprecated.static final LocalVariableInstruction
InstructionConst.ASTORE_1
static final LocalVariableInstruction
InstructionConstants.ASTORE_1
Deprecated.static final LocalVariableInstruction
InstructionConst.ASTORE_2
static final LocalVariableInstruction
InstructionConstants.ASTORE_2
Deprecated.static final LocalVariableInstruction
InstructionConst.ILOAD_0
static final LocalVariableInstruction
InstructionConstants.ILOAD_0
Deprecated.static final LocalVariableInstruction
InstructionConst.ILOAD_1
static final LocalVariableInstruction
InstructionConstants.ILOAD_1
Deprecated.static final LocalVariableInstruction
InstructionConst.ILOAD_2
static final LocalVariableInstruction
InstructionConstants.ILOAD_2
Deprecated.static final LocalVariableInstruction
InstructionConst.ISTORE_0
static final LocalVariableInstruction
InstructionConstants.ISTORE_0
Deprecated.static final LocalVariableInstruction
InstructionConst.ISTORE_1
static final LocalVariableInstruction
InstructionConstants.ISTORE_1
Deprecated.static final LocalVariableInstruction
InstructionConst.ISTORE_2
static final LocalVariableInstruction
InstructionConstants.ISTORE_2
Deprecated.static final LocalVariableInstruction
InstructionConst.THIS
You can use these constants in multiple places safely, if you can guarantee that you will never alter their internal values, e.g.static final LocalVariableInstruction
InstructionConstants.THIS
Deprecated.You can use these constants in multiple places safely, if you can guarantee that you will never alter their internal values, e.g.Modifier and TypeMethodDescriptionstatic LocalVariableInstruction
InstructionFactory.createLoad
(Type type, int index) static LocalVariableInstruction
InstructionFactory.createStore
(Type type, int index) Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitLocalVariableInstruction
(LocalVariableInstruction obj) void
Visitor.visitLocalVariableInstruction
(LocalVariableInstruction obj) -
Uses of LocalVariableInstruction in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionvoid
InstConstraintVisitor.visitLocalVariableInstruction
(LocalVariableInstruction o) Assures the generic preconditions of a LocalVariableInstruction instance.