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) booleangenerateClassDeclarationLine(ICClass elt, COutputSink out) booleangenerateFieldDeclarationLine(ICField elt, COutputSink out) booleangenerateMethodDeclarationLine(ICMethod elt, COutputSink out) booleanbooleangenerateOperation(ICOperation elt, COutputSink out) booleanpreFieldsGeneration(ICClass elt, COutputSink out) booleanpreMethodsGeneration(ICClass elt, COutputSink out)
-
Method Details
-
generateClassDeclarationLine
-
preFieldsGeneration
-
preMethodsGeneration
-
generateFieldDeclarationLine
-
generateMethodDeclarationLine
-
generateOperation
-
generateNativeStatement
-
customizeRenderedConstant
-