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

Uses in package org.apache.bcel.generic

Classes implementing org.apache.bcel.generic.PopInstruction

class
ASTORE - Store reference into local variable
Stack ..., objectref -> ...
class
DSTORE - Store double into local variable
Stack: ..., value.word1, value.word2 -> ...
class
FSTORE - Store float into local variable
Stack: ..., value -> ...
class
ISTORE - Store int from stack into local variable
Stack: ..., value -> ...
class
LSTORE - Store long into local variable
Stack: ..., value.word1, value.word2 -> ...
class
POP - Pop top operand stack word
Stack: ..., word -> ...
class
POP2 - Pop two top operand stack words
Stack: ..., word2, word1 -> ...
class
PUTFIELD - Put field in object
Stack: ..., objectref, value -> ...
class
PUTSTATIC - Put static field in class
Stack: ..., value -> ...
class
Denotes an unparameterized instruction to store a value into a local variable, e.g.

Methods with parameter type org.apache.bcel.generic.PopInstruction

void
void