Uses of Class
org.apache.bcel.generic.ReturnInstruction
-
Packages that use ReturnInstruction 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.util 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 timeorg.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 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 ReturnInstructionInstructionConst. ARETURNstatic ReturnInstructionInstructionConstants. ARETURNDeprecated.static ReturnInstructionInstructionConst. DRETURNstatic ReturnInstructionInstructionConstants. DRETURNDeprecated.static ReturnInstructionInstructionConst. FRETURNstatic ReturnInstructionInstructionConstants. FRETURNDeprecated.static ReturnInstructionInstructionConst. IRETURNstatic ReturnInstructionInstructionConstants. IRETURNDeprecated.static ReturnInstructionInstructionConst. LRETURNstatic ReturnInstructionInstructionConstants. LRETURNDeprecated.static ReturnInstructionInstructionConst. RETURNstatic ReturnInstructionInstructionConstants. RETURNDeprecated.Methods 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.util
Methods in org.apache.bcel.util with parameters of type ReturnInstruction Modifier and Type Method Description voidBCELFactory. visitReturnInstruction(ReturnInstruction i) -
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.
-