Uses of Class
org.apache.bcel.generic.LoadInstruction
-
Packages that use LoadInstruction Package Description org.apache.bcel.generic Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects and byte code instructions.org.apache.bcel.verifier.structurals A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect. -
-
Uses of LoadInstruction in org.apache.bcel.generic
Subclasses of LoadInstruction in org.apache.bcel.generic Modifier and Type Class Description classALOADALOAD - Load reference from local variableclassDLOADDLOAD - Load double from local variableclassFLOADFLOAD - Load float from local variableclassILOADILOAD - Load int from local variable onto stackclassLLOADLLOAD - Load long from local variableMethods in org.apache.bcel.generic with parameters of type LoadInstruction Modifier and Type Method Description voidEmptyVisitor. visitLoadInstruction(LoadInstruction obj)voidVisitor. visitLoadInstruction(LoadInstruction obj) -
Uses of LoadInstruction in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type LoadInstruction Modifier and Type Method Description voidInstConstraintVisitor. visitLoadInstruction(LoadInstruction o)Assures the generic preconditions of a LoadInstruction instance.
-