bcel API: Uses of Interface org.apache.bcel.generic.PopInstruction

Uses of Interface
org.apache.bcel.generic.PopInstruction

Packages that use PopInstruction
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
 class ASTORE
          ASTORE - Store reference into local variable
 class DSTORE
          DSTORE - Store double into local variable
 class FSTORE
          FSTORE - Store float into local variable
 class ISTORE
          ISTORE - Store int from stack into local variable
 class LSTORE
          LSTORE - Store long into local variable
 class POP
          POP - Pop top operand stack word
 class POP2
          POP2 - Pop two top operand stack words
 class PUTSTATIC
          PUTSTATIC - Put static field in class
 class 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
 void EmptyVisitor.visitPopInstruction(PopInstruction obj)
           
 void Visitor.visitPopInstruction(PopInstruction obj)