public interface

IDexDecompilerUnit

implements IDecompilerUnit
com.pnfsoftware.jeb.core.units.code.android.IDexDecompilerUnit

Class Overview

Specialized interface representing DEX (Dalvik) decompiler Units.

Summary

Public Methods
abstract int runStandardSyntaxTreeOptimizationPass(IJavaMethod m)
Run an additional pass of standard (built-in) AST optimizations on the provided decompiler method object.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.IUnitCreator
From interface com.pnfsoftware.jeb.core.units.IAddressableUnit
From interface com.pnfsoftware.jeb.core.units.IInteractiveUnit
From interface com.pnfsoftware.jeb.core.units.IUnit
From interface com.pnfsoftware.jeb.core.units.code.IDecompilerUnit
From interface com.pnfsoftware.jeb.util.events.IEventSource

Public Methods

public abstract int runStandardSyntaxTreeOptimizationPass (IJavaMethod m)

Run an additional pass of standard (built-in) AST optimizations on the provided decompiler method object.

Parameters
m java AST method object
Returns
  • the number of optimizations performed