Uses of Package
com.pnfsoftware.jeb.core.units.code.android.ir.compiler
Packages that use com.pnfsoftware.jeb.core.units.code.android.ir.compiler
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec) Intermediate Representation (IR) objects.Helpers used to compile, match, and replace dexdec IR expression patterns.
-
Classes in com.pnfsoftware.jeb.core.units.code.android.ir.compiler used by com.pnfsoftware.jeb.core.units.code.android.irClassDescriptionIR expression multi-pattern, consisting of one or more inputs, and zero or one output (for replacement).Definition of an expression-substitution: input pattern, output pattern
-
Classes in com.pnfsoftware.jeb.core.units.code.android.ir.compiler used by com.pnfsoftware.jeb.core.units.code.android.ir.compilerClassDescriptionIR expression pattern compiler.IR expression multi-pattern, consisting of one or more inputs, and zero or one output (for replacement).Internal multi-pattern holding an input or output pattern block.IR pattern search and replace.Result object provided by a
DPatternMatcher.Verifier of an IR pattern and the candidate matched IR expression.Custom replacer code for IR pattern.Expression graph, representing IR expressions made ofIDOperations.Custom IR-tree-node processor on match.IR template element.IR template element.Operator for IR template.Group of operators for IR templates.Definition of an expression-substitution: input pattern, output pattern