Interface ISourceCustomizer
- All Known Implementing Classes:
SourceCustomizerAdapter
public interface ISourceCustomizer
Interface for decompiler-C source customizers provided by decompiler plugins.
Those objects are provided by
INativeDecompilerPlugin.getSourceCustomizer(INativeDecompilerUnit)
.
-
Method Summary
Modifier and TypeMethodDescriptioncustomizeRenderedConstant
(ICConstant<?> cst, String renderedText) boolean
generateClassDeclarationLine
(ICClass elt, COutputSink out) boolean
generateFieldDeclarationLine
(ICField elt, COutputSink out) boolean
generateMethodDeclarationLine
(ICMethod elt, COutputSink out) boolean
boolean
generateOperation
(ICOperation elt, COutputSink out) boolean
preFieldsGeneration
(ICClass elt, COutputSink out) boolean
preMethodsGeneration
(ICClass elt, COutputSink out)
-
Method Details
-
generateClassDeclarationLine
-
preFieldsGeneration
-
preMethodsGeneration
-
generateFieldDeclarationLine
-
generateMethodDeclarationLine
-
generateOperation
-
generateNativeStatement
-
customizeRenderedConstant
-