Uses of Class
org.apache.bcel.generic.StackInstruction
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 StackInstruction in org.apache.bcel.generic
Modifier and TypeClassDescriptionclass
DUP - Duplicate top operand stack wordclass
DUP_X1 - Duplicate top operand stack word and put two downclass
DUP_X2 - Duplicate top operand stack word and put three downclass
DUP2 - Duplicate two top operand stack wordsclass
DUP2_X1 - Duplicate two top operand stack words and put three downclass
DUP2_X2 - Duplicate two top operand stack words and put four downclass
POP - Pop top operand stack wordclass
POP2 - Pop two top operand stack wordsclass
SWAP - Swa top operand stack wordModifier and TypeFieldDescriptionstatic final StackInstruction
InstructionConst.DUP
static final StackInstruction
InstructionConstants.DUP
Deprecated.static final StackInstruction
InstructionConst.DUP_X1
static final StackInstruction
InstructionConstants.DUP_X1
Deprecated.static final StackInstruction
InstructionConst.DUP_X2
static final StackInstruction
InstructionConstants.DUP_X2
Deprecated.static final StackInstruction
InstructionConst.DUP2
static final StackInstruction
InstructionConstants.DUP2
Deprecated.static final StackInstruction
InstructionConst.DUP2_X1
static final StackInstruction
InstructionConstants.DUP2_X1
Deprecated.static final StackInstruction
InstructionConst.DUP2_X2
static final StackInstruction
InstructionConstants.DUP2_X2
Deprecated.static final StackInstruction
InstructionConst.POP
static final StackInstruction
InstructionConstants.POP
Deprecated.static final StackInstruction
InstructionConst.POP2
static final StackInstruction
InstructionConstants.POP2
Deprecated.static final StackInstruction
InstructionConst.SWAP
static final StackInstruction
InstructionConstants.SWAP
Deprecated.Modifier and TypeMethodDescriptionstatic StackInstruction
InstructionFactory.createDup
(int size) static StackInstruction
InstructionFactory.createDup_1
(int size) static StackInstruction
InstructionFactory.createDup_2
(int size) static StackInstruction
InstructionFactory.createPop
(int size) Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitStackInstruction
(StackInstruction obj) void
Visitor.visitStackInstruction
(StackInstruction obj) -
Uses of StackInstruction in org.apache.bcel.verifier.structurals
Modifier and TypeMethodDescriptionvoid
InstConstraintVisitor.visitStackInstruction
(StackInstruction o) Ensures the general preconditions of a StackInstruction instance.