addedmethod:
getFunctionBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getFunctionBraceFormat()
addedmethod:
getIfElseBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getIfElseBraceFormat()
addedmethod:
getLoopBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getLoopBraceFormat()
addedmethod:
getSwitchBraceFormat
ghidra.app.decompiler.DecompileOptions.BraceStyle getSwitchBraceFormat()
addedmethod:
setFunctionBraceFormat
void setFunctionBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)
addedmethod:
setIfElseBraceFormat
void setIfElseBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)
addedmethod:
setLoopBraceFormat
void setLoopBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)
addedmethod:
setSwitchBraceFormat
void setSwitchBraceFormat(ghidra.app.decompiler.DecompileOptions.BraceStyle style)
addedmethod:
getNameTransformer
ghidra.program.model.symbol.NameTransformer getNameTransformer()
addedmethod:
grabFromToolAndProgram
void grabFromToolAndProgram(ghidra.framework.options.ToolOptions fieldOptions, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
addedmethod:
registerOptions
void registerOptions(ghidra.framework.options.ToolOptions fieldOptions, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
addedmethod:
setNameTransformer
void setNameTransformer(ghidra.program.model.symbol.NameTransformer transformer)
removedmethod:
grabFromToolAndProgram
void grabFromToolAndProgram(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
removedmethod:
registerOptions
void registerOptions(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
addedmethod:
registerOptions
void registerOptions(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program)
addedmethod:
setMaxWidth
void setMaxWidth(int maxwidth)
removedmethod:
registerOptions
void registerOptions(ghidra.framework.plugintool.Plugin ownerPlugin, ghidra.framework.options.ToolOptions opt, ghidra.program.model.listing.Program program, ghidra.util.HelpLocation help)