utils/analyzer_extensions/function_body_extension library

Extensions

BlockFunctionBodyExt on BlockFunctionBody
Extension for the BlockFunctionBody class from the analyzer package. Adds helper methods for working with return statements in block-style function bodies.
ExpressionFunctionBodyExt on ExpressionFunctionBody
Extension for the ExpressionFunctionBody class from the analyzer package. Adds helper methods for working with expressions in single-expression function bodies.
FunctionBlockBodyExt on FunctionBody
Extension for the FunctionBody class from the analyzer package. Adds helper methods for working with different types of function bodies.