Uses of Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.COutputSink
Packages that use COutputSink
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.C AST types, used in AST documents provided by the
source units
generated by gendec
.-
Uses of COutputSink in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler with parameters of type COutputSinkModifier and TypeMethodDescriptionboolean
ISourceCustomizer.generateClassDeclarationLine
(ICClass elt, COutputSink out) boolean
SourceCustomizerAdapter.generateClassDeclarationLine
(ICClass elt, COutputSink out) boolean
ISourceCustomizer.generateFieldDeclarationLine
(ICField elt, COutputSink out) boolean
SourceCustomizerAdapter.generateFieldDeclarationLine
(ICField elt, COutputSink out) boolean
ISourceCustomizer.generateMethodDeclarationLine
(ICMethod elt, COutputSink out) boolean
SourceCustomizerAdapter.generateMethodDeclarationLine
(ICMethod elt, COutputSink out) boolean
ISourceCustomizer.generateNativeStatement
(ICCustomStatement elt, COutputSink out) boolean
SourceCustomizerAdapter.generateNativeStatement
(ICCustomStatement elt, COutputSink out) boolean
ISourceCustomizer.generateOperation
(ICOperation elt, COutputSink out) boolean
SourceCustomizerAdapter.generateOperation
(ICOperation elt, COutputSink out) boolean
ISourceCustomizer.preFieldsGeneration
(ICClass elt, COutputSink out) boolean
SourceCustomizerAdapter.preFieldsGeneration
(ICClass elt, COutputSink out) boolean
ISourceCustomizer.preMethodsGeneration
(ICClass elt, COutputSink out) boolean
SourceCustomizerAdapter.preMethodsGeneration
(ICClass elt, COutputSink out) -
Uses of COutputSink in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast that return COutputSinkModifier and TypeMethodDescriptionCDocument.getDocumentPart
(long anchorId, int linesAfter, int linesBefore) Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast with parameters of type COutputSinkModifier and TypeMethodDescriptionstatic void
CKeyword.appendAccessKeyword
(COutputSink out, CKeyword keyword) void
ICElement.generate
(COutputSink out) Generate the visual representation of the AST element.void
ICIdentifier.generate
(COutputSink out, boolean definition) void
ICLabel.generate
(COutputSink out, boolean definition) static void
CKeyword.generateAccessFlags
(COutputSink out, int f, int add_final_space, CEntityType etype) void
ICBlock.generateBody
(COutputSink out, boolean methodBody) Raw body generation, the caller is responsible for calling generateEnter/generateExitstatic void
CKeyword.generateClassAccessFlags
(COutputSink out, int f, int add_final_space) static void
CKeyword.generateFieldAccessFlags
(COutputSink out, int f, int add_final_space) void
ICBlock.generateFooter
(COutputSink out) void
ICBlock.generateHeader
(COutputSink out) static void
CKeyword.generateMethodAccessFlags
(COutputSink out, int f, int add_final_space) void
ICField.generateName
(COutputSink out, boolean definition) Generate this field's name into the provided sink.void
ICMethod.generateName
(COutputSink out, boolean definition)