Package com.googlecode.d2j.dex
Class ExDex2Asm
- java.lang.Object
-
- com.googlecode.d2j.dex.Dex2Asm
-
- com.googlecode.d2j.dex.ExDex2Asm
-
public class ExDex2Asm extends Dex2Asm
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.googlecode.d2j.dex.Dex2Asm
Dex2Asm.Clz, Dex2Asm.ClzCtx
-
-
Field Summary
Fields Modifier and Type Field Description protected DexExceptionHandlerexceptionHandler-
Fields inherited from class com.googlecode.d2j.dex.Dex2Asm
ACC_INTERFACE_ABSTRACT, T_AGG, T_CLEAN_LABEL, T_DEAD_CODE, T_END_REMOVE, T_FILL_ARRAY, T_IR_2_J_REG_ASSIGN, T_MULTI_ARRAY, T_NEW, T_NPE, T_REMOVE_CONST, T_REMOVE_LOCAL, T_TRIM_EX, T_TYPE, T_UNSSA, T_VOID_INVOKE, T_ZERO
-
-
Constructor Summary
Constructors Constructor Description ExDex2Asm(DexExceptionHandler exceptionHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvertCode(com.googlecode.d2j.node.DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, Dex2Asm.ClzCtx clzCtx)-
Methods inherited from class com.googlecode.d2j.dex.Dex2Asm
accept, accept, accept, accept, accept, accept, accept, acceptParameter, collectClzInfo, convertClass, convertClass, convertClass, convertClass, convertClass, convertClass, convertConstantValue, convertConstantValues, convertDex, convertField, convertHandler, convertMethod, dex2ir, findAnnotationAttribute, getHexClassAsStream, ir2j, optimize, toInternalName, toInternalName
-
-
-
-
Field Detail
-
exceptionHandler
protected final DexExceptionHandler exceptionHandler
-
-
Constructor Detail
-
ExDex2Asm
public ExDex2Asm(DexExceptionHandler exceptionHandler)
-
-
Method Detail
-
convertCode
public void convertCode(com.googlecode.d2j.node.DexMethodNode methodNode, org.objectweb.asm.MethodVisitor mv, Dex2Asm.ClzCtx clzCtx)- Overrides:
convertCodein classDex2Asm
-
-