Add new methods to ReflectionFunctionAbstract which fetch AST or code representation:
ReflectionFunctionAbstract::getAst() - returns the AST for the code within the function
ReflectionFunctionAbstract::getBodyCode() returns the code of the function body itself (using PhpParser's printer functionality)