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