PrettyPrinter

Package: ghidra.app.decompiler
Type: class

11.3_PUBLIC

addedmethod: getText
static java.lang.String getText(ghidra.app.decompiler.ClangLine line)

11.2_PUBLIC

modifiedmethod: 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

addedmethod: print
ghidra.app.decompiler.DecompiledFunction print()
removedmethod: print
ghidra.app.decompiler.DecompiledFunction print(boolean removeInvalidChars)

9.0.1_PUBLIC

introducedInitial version