com.android.dex
Class Code
java.lang.Object
com.android.dex.Code
public final class Code
- extends Object
|
Constructor Summary |
Code(int registersSize,
int insSize,
int outsSize,
int debugInfoOffset,
short[] instructions,
Code.Try[] tries,
Code.CatchHandler[] catchHandlers)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Code
public Code(int registersSize,
int insSize,
int outsSize,
int debugInfoOffset,
short[] instructions,
Code.Try[] tries,
Code.CatchHandler[] catchHandlers)
getRegistersSize
public int getRegistersSize()
getInsSize
public int getInsSize()
getOutsSize
public int getOutsSize()
getDebugInfoOffset
public int getDebugInfoOffset()
getInstructions
public short[] getInstructions()
getTries
public Code.Try[] getTries()
getCatchHandlers
public Code.CatchHandler[] getCatchHandlers()
Copyright © 2015. All rights reserved.