Package ghidra.app.decompiler
Class DecompiledFunction
java.lang.Object
ghidra.app.decompiler.DecompiledFunction
A class to hold pieces of a decompiled function.
-
Constructor Summary
ConstructorsConstructorDescriptionDecompiledFunction
(String signature, String c) Constructs a new decompiled function. -
Method Summary
Modifier and TypeMethodDescriptiongetC()
Returns the complete C code of the function.Returns the function signature or prototype (eg, "int foo(double d)").