Uses of Class
org.apache.bcel.generic.ReturnInstruction
-
Packages that use ReturnInstruction Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions.org.apache.bcel.verifier.structurals 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.generic Modifier and Type Class Description classARETURNARETURN - Return reference from methodclassDRETURNDRETURN - Return double from methodclassFRETURNFRETURN - Return float from methodclassIRETURNIRETURN - Return int from methodclassLRETURNLRETURN - Return long from methodclassRETURNRETURN - Return from void methodFields in org.apache.bcel.generic declared as ReturnInstruction Modifier and Type Field Description static ReturnInstructionInstructionConstants. ARETURNstatic ReturnInstructionInstructionConstants. DRETURNstatic ReturnInstructionInstructionConstants. FRETURNstatic ReturnInstructionInstructionConstants. IRETURNstatic ReturnInstructionInstructionConstants. LRETURNstatic ReturnInstructionInstructionConstants. RETURNMethods in org.apache.bcel.generic that return ReturnInstruction Modifier and Type Method Description static ReturnInstructionInstructionFactory. createReturn(Type type)Create typed returnMethods in org.apache.bcel.generic with parameters of type ReturnInstruction Modifier and Type Method Description voidEmptyVisitor. 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 ReturnInstruction Modifier and Type Method Description voidInstConstraintVisitor. visitReturnInstruction(ReturnInstruction o)Assures the generic preconditions of a ReturnInstruction instance.
-