Package com.android.dex
Class Code
java.lang.Object
com.android.dex.Code
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCode
(int registersSize, int insSize, int outsSize, int debugInfoOffset, short[] instructions, Code.Try[] tries, Code.CatchHandler[] catchHandlers) -
Method Summary
-
Constructor Details
-
Code
public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset, short[] instructions, Code.Try[] tries, Code.CatchHandler[] catchHandlers)
-
-
Method Details
-
getRegistersSize
public int getRegistersSize() -
getInsSize
public int getInsSize() -
getOutsSize
public int getOutsSize() -
getDebugInfoOffset
public int getDebugInfoOffset() -
getInstructions
public short[] getInstructions() -
getTries
-
getCatchHandlers
-