Uses of Class
org.apache.bcel.generic.ReturnInstruction
Packages that use ReturnInstruction
Package
Description
Generic part of the Apache Byte Code Engineering Library (BCEL), classes to dynamically modify class objects
and byte code instructions.
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
A PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.
-
Uses of ReturnInstruction in org.apache.bcel.generic
Subclasses of ReturnInstruction in org.apache.bcel.genericModifier and TypeClassDescriptionclassARETURN - Return reference from methodclassDRETURN - Return double from methodclassFRETURN - Return float from methodclassIRETURN - Return int from methodclassLRETURN - Return long from methodclassRETURN - Return from void methodFields in org.apache.bcel.generic declared as ReturnInstructionModifier and TypeFieldDescriptionstatic final ReturnInstructionInstructionConst.ARETURNstatic final ReturnInstructionInstructionConstants.ARETURNDeprecated.static final ReturnInstructionInstructionConst.DRETURNstatic final ReturnInstructionInstructionConstants.DRETURNDeprecated.static final ReturnInstructionInstructionConst.FRETURNstatic final ReturnInstructionInstructionConstants.FRETURNDeprecated.static final ReturnInstructionInstructionConst.IRETURNstatic final ReturnInstructionInstructionConstants.IRETURNDeprecated.static final ReturnInstructionInstructionConst.LRETURNstatic final ReturnInstructionInstructionConstants.LRETURNDeprecated.static final ReturnInstructionInstructionConst.RETURNstatic final ReturnInstructionInstructionConstants.RETURNDeprecated.Methods in org.apache.bcel.generic that return ReturnInstructionModifier and TypeMethodDescriptionstatic ReturnInstructionInstructionFactory.createReturn(Type type) Create typed returnMethods in org.apache.bcel.generic with parameters of type ReturnInstructionModifier and TypeMethodDescriptionvoidEmptyVisitor.visitReturnInstruction(ReturnInstruction obj) voidVisitor.visitReturnInstruction(ReturnInstruction obj) -
Uses of ReturnInstruction in org.apache.bcel.util
Methods in org.apache.bcel.util with parameters of type ReturnInstruction -
Uses of ReturnInstruction in org.apache.bcel.verifier.structurals
Methods in org.apache.bcel.verifier.structurals with parameters of type ReturnInstructionModifier and TypeMethodDescriptionvoidInstConstraintVisitor.visitReturnInstruction(ReturnInstruction o) Assures the generic preconditions of a ReturnInstruction instance.