Uses of Interface
org.apache.bcel.generic.PopInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
-
Uses of PopInstruction in org.apache.bcel.generic
Modifier 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.Modifier and TypeMethodDescriptionvoid
EmptyVisitor.visitPopInstruction
(PopInstruction obj) void
Visitor.visitPopInstruction
(PopInstruction obj)