Uses of Class
com.pnfsoftware.jeb.core.units.code.android.ir.DFormattingContext
Packages that use DFormattingContext
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.Types used to manipulate
dexdec-generated (Dex decompiler) Java Abstract Syntax Tree
(AST) objects.-
Uses of DFormattingContext in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return DFormattingContextModifier and TypeMethodDescriptionDFormattingContext.append(char c) Append a character to this sink.DFormattingContext.append(int i) Append an integer in base 10 to this sink.Append the string representation of an object to this sink.Append a string to this sink.DFormattingContext.appendFormat(String format, Object... args) Append a formatted string to this sink.Methods in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type DFormattingContextModifier and TypeMethodDescriptionvoidIDElement.format(DFormattingContext fctx) Format this IR using the provided formatting context. -
Uses of DFormattingContext in com.pnfsoftware.jeb.core.units.code.java
Methods in com.pnfsoftware.jeb.core.units.code.java with parameters of type DFormattingContextModifier and TypeMethodDescriptionvoidIJavaOperator.format(DFormattingContext fctx) voidIJavaType.format(DFormattingContext fctx) Get a programmer's representation for that type.voidIJavaType.formatArray(DFormattingContext fctx, IDExpression dim0)