PrettyPrinter
Package:
ghidra.app.decompiler
Type:
class
11.3_PUBLIC
added
method
:
getText
static java.
lang.
String getText(
ghidra.
app.
decompiler.
ClangLine line)
11.2_PUBLIC
modified
method
:
getLines
return type: ArrayList → List
- java.
util.
ArrayList
<
ghidra.
app.
decompiler.
ClangLine
> getLines(
)
+ java.
util.
List
<
ghidra.
app.
decompiler.
ClangLine
> getLines(
)
10.3.1_PUBLIC
added
method
:
print
ghidra.
app.
decompiler.
DecompiledFunction print(
)
removed
method
:
print
ghidra.
app.
decompiler.
DecompiledFunction print(
boolean removeInvalidChars)
9.0.1_PUBLIC
introduced
Initial version