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

Uses in package org.apache.bcel.generic

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

class
ALOAD - Load reference from local variable
Stack: ...
class
DLOAD - Load double from local variable
Stack ...
class
FLOAD - Load float from local variable
Stack ...
class
ILOAD - Load int from local variable onto stack
Stack: ...
class
LLOAD - Load long from local variable
Stack ...

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

void
void

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

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

void
Assures the generic preconditions of a LoadInstruction instance.