Uses of Class
com.pnfsoftware.jeb.core.output.code.CodeDocumentPart
Packages that use CodeDocumentPart
Package
Description
Specialized text document useful for code units.
C AST types, used in AST documents provided by the
source units
generated by gendec
.Types used during the generation of native code disassembly.
Types used to manipulate
dexdec
-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of CodeDocumentPart in com.pnfsoftware.jeb.core.output.code
Subclasses of CodeDocumentPart in com.pnfsoftware.jeb.core.output.codeModifier and TypeClassDescriptionclass
Text document part containing code similar to C++ source code (ex: C, Java).Methods in com.pnfsoftware.jeb.core.output.code with parameters of type CodeDocumentPartConstructors in com.pnfsoftware.jeb.core.output.code with parameters of type CodeDocumentPartModifierConstructorDescriptionCommentGenerator
(CodeDocumentPart out, String commentToken) CommentGenerator
(CodeDocumentPart out, String commentToken, int inlineSpacesBefore, int spacesAfter) -
Uses of CodeDocumentPart in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Subclasses of CodeDocumentPart in com.pnfsoftware.jeb.core.units.code.asm.decompiler.astModifier and TypeClassDescriptionclass
This output sink is the recipient for the generation of a C-like Abstract Syntax Tree (AST). -
Uses of CodeDocumentPart in com.pnfsoftware.jeb.core.units.code.asm.render
Methods in com.pnfsoftware.jeb.core.units.code.asm.render with parameters of type CodeDocumentPartModifier and TypeMethodDescriptionprotected final void
GenericCodeFormatter.addPrefix
(InsnType insn, IInstructionOperandGeneric opnd, CodeDocumentPart out) protected final void
GenericCodeFormatter.addSuffix
(InsnType insn, IInstructionOperandGeneric opnd, CodeDocumentPart out) final void
GenericCodeFormatter.formatAddress
(long address, CodeDocumentPart out) void
GenericCodeFormatter.formatAddress
(long address, IInstructionOperandGeneric opnd, CodeDocumentPart out) Format an address regardingGenericCodeFormatter.getDefaultAddressFormatter()
void
GenericCodeFormatter.formatDataDeclarator
(int size, CodeDocumentPart out) final void
GenericCodeFormatter.formatImm
(long address, IInstructionOperandSized opnd, long value, int opndIndexGlobal, CodeDocumentPart out) void
GenericCodeFormatter.formatInstruction
(long address, InsnType insn, CodeDocumentPart out) Displays only pure assembly code: Mnemonic and Operands, without address and bytecode.protected void
GenericCodeFormatter.formatMnemonic
(long address, InsnType insn, boolean prependPrefix, CodeDocumentPart out) void
GenericCodeFormatter.formatOperand
(long address, InsnType insn, IInstructionOperand opnd, int opndIndexGlobal, int opndDepth, CodeDocumentPart out) Generic operand formatter.protected void
GenericCodeFormatter.formatOperands
(long address, InsnType insn, CodeDocumentPart out) protected int
GenericCodeFormatter.formatPrefix
(long address, InsnType insn, CodeDocumentPart out) protected void
GenericCodeFormatter.formatRegister
(long regValue, CodeDocumentPart out) final void
GenericCodeFormatter.formatRelativeAddress
(IInstructionOperandGeneric opnd, long address, CodeDocumentPart out) -
Uses of CodeDocumentPart in com.pnfsoftware.jeb.core.units.code.java
Subclasses of CodeDocumentPart in com.pnfsoftware.jeb.core.units.code.javaModifier and TypeClassDescriptionclass
This output sink is the recipient for the generation of a decompiled Java Abstract Syntax Tree (AST).