Uses of Class
org.apache.bcel.generic.StackInstruction
Packages that use StackInstruction
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 StackInstruction in org.apache.bcel.generic
Subclasses of StackInstruction in org.apache.bcel.genericModifier and TypeClassDescriptionclassDUP - Duplicate top operand stack wordclassDUP_X1 - Duplicate top operand stack word and put two downclassDUP_X2 - Duplicate top operand stack word and put three downclassDUP2 - Duplicate two top operand stack wordsclassDUP2_X1 - Duplicate two top operand stack words and put three downclassDUP2_X2 - Duplicate two top operand stack words and put four downclassPOP - Pop top operand stack wordclassPOP2 - Pop two top operand stack wordsclassSWAP - Swa top operand stack wordFields in org.apache.bcel.generic declared as StackInstructionModifier and TypeFieldDescriptionstatic final StackInstructionInstructionConstants.DUPstatic final StackInstructionInstructionConstants.DUP_X1static final StackInstructionInstructionConstants.DUP_X2static final StackInstructionInstructionConstants.DUP2static final StackInstructionInstructionConstants.DUP2_X1static final StackInstructionInstructionConstants.DUP2_X2static final StackInstructionInstructionConstants.POPstatic final StackInstructionInstructionConstants.POP2static final StackInstructionInstructionConstants.SWAPMethods in org.apache.bcel.generic that return StackInstructionModifier and TypeMethodDescriptionstatic StackInstructionInstructionFactory.createDup(int size) static StackInstructionInstructionFactory.createDup_1(int size) static StackInstructionInstructionFactory.createDup_2(int size) static StackInstructionInstructionFactory.createPop(int size) Methods in org.apache.bcel.generic with parameters of type StackInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitStackInstruction(StackInstruction obj) voidVisitor.visitStackInstruction(StackInstruction obj) -
Uses of StackInstruction in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type StackInstructionModifier and TypeMethodDescriptionvoidInstConstraintVisitor.visitStackInstruction(StackInstruction o) Ensures the general preconditions of a StackInstruction instance.