Uses of Class
org.apache.bcel.generic.ReturnInstruction
Packages that use ReturnInstruction
Package
Description
This package contains the "generic" part of the
Byte Code Engineering
Library, i.e., classes to dynamically modify class objects and
byte code instructions.
Provides 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 ReturnInstructionInstructionConstants.ARETURNstatic final ReturnInstructionInstructionConstants.DRETURNstatic final ReturnInstructionInstructionConstants.FRETURNstatic final ReturnInstructionInstructionConstants.IRETURNstatic final ReturnInstructionInstructionConstants.LRETURNstatic final ReturnInstructionInstructionConstants.RETURNMethods 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.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.