Uses of Class org.apache.bcel.generic.StoreInstruction

Uses in package org.apache.bcel.generic

Classes derived from org.apache.bcel.generic.StoreInstruction

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 -> ...

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

void
void

Uses in package org.apache.bcel.verifier.structurals

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

void
Assures the generic preconditions of a StoreInstruction instance.