public final class RopTranslator
extends java.lang.Object
RopMethod to DalvCode. The translate(com.android.dx.rop.code.RopMethod, int, com.android.dx.rop.code.LocalVariableInfo, int, com.android.dx.dex.DexOptions) method is the thing to call on this class.| Modifier and Type | Method and Description |
|---|---|
static DalvCode |
translate(RopMethod method,
int positionInfo,
LocalVariableInfo locals,
int paramSize,
DexOptions dexOptions)
Translates a
RopMethod. |
public static DalvCode translate(RopMethod method, int positionInfo, LocalVariableInfo locals, int paramSize, DexOptions dexOptions)
RopMethod. This may modify the given
input.method - non-null; the original methodpositionInfo - how much position info to preserve; one of the
static constants in PositionListlocals - null-ok; local variable information to useparamSize - size, in register units, of all the parameters to
this methoddexOptions - non-null; options for dex outputnon-null; the translated versionCopyright © 2020. All Rights Reserved.