Uses of Interface
org.apache.bcel.generic.PopInstruction
Packages that use PopInstruction
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.
-
Uses of PopInstruction in org.apache.bcel.generic
Classes in org.apache.bcel.generic that implement PopInstructionModifier and TypeClassDescriptionclass
ASTORE - Store reference into local variableclass
DSTORE - Store double into local variableclass
FSTORE - Store float into local variableclass
ISTORE - Store int from stack into local variableclass
LSTORE - Store long into local variableclass
POP - Pop top operand stack wordclass
POP2 - Pop two top operand stack wordsclass
PUTFIELD - Put field in objectclass
PUTSTATIC - Put static field in classclass
Denotes an unparameterized instruction to store a value into a local variable, e.g.Methods in org.apache.bcel.generic with parameters of type PopInstructionModifier and TypeMethodDescriptionvoid
EmptyVisitor.visitPopInstruction
(PopInstruction obj) void
Visitor.visitPopInstruction
(PopInstruction obj)