com.pnfsoftware.jeb.core.units.code.asm.decompiler.ISourceCustomizer |
![]() |
Interface for decompiler-C source customizers provided by decompiler plugins.
Those objects are provided by
getSourceCustomizer(INativeDecompilerUnit)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String | customizeRenderedConstant(ICConstant<?> cst, String renderedText) | ||||||||||
abstract boolean | generateClassDeclarationLine(ICClass elt, COutputSink out) | ||||||||||
abstract boolean | generateFieldDeclarationLine(ICField elt, COutputSink out) | ||||||||||
abstract boolean | generateMethodDeclarationLine(ICMethod elt, COutputSink out) | ||||||||||
abstract boolean | generateNativeStatement(ICNativeStatement elt, COutputSink out) | ||||||||||
abstract boolean | generateOperation(ICOperation elt, COutputSink out) | ||||||||||
abstract boolean | preFieldsGeneration(ICClass elt, COutputSink out) | ||||||||||
abstract boolean | preMethodsGeneration(ICClass elt, COutputSink out) |