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 classASTOREASTORE - Store reference into local variableclassDSTOREDSTORE - Store double into local variableclassFSTOREFSTORE - Store float into local variableclassISTOREISTORE - Store int from stack into local variableclassLSTORELSTORE - Store long into local variableclassPOPPOP - Pop top operand stack wordclassPOP2POP2 - Pop two top operand stack wordsclassPUTFIELDPUTFIELD - Put field in objectclassPUTSTATICPUTSTATIC - Put static field in classclassStoreInstructionDenotes 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 voidEmptyVisitor. visitPopInstruction(PopInstruction obj)voidVisitor. visitPopInstruction(PopInstruction obj)
-