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 TypeClassDescriptionclassASTORE - Store reference into local variableclassDSTORE - Store double into local variableclassFSTORE - Store float into local variableclassISTORE - Store int from stack into local variableclassLSTORE - Store long into local variableclassPOP - Pop top operand stack wordclassPOP2 - Pop two top operand stack wordsclassPUTFIELD - Put field in objectclassPUTSTATIC - Put static field in classclassDenotes 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 TypeMethodDescriptionvoidEmptyVisitor.visitPopInstruction(PopInstruction obj) voidVisitor.visitPopInstruction(PopInstruction obj)