com.android.dex
Class Code

java.lang.Object
  extended by com.android.dex.Code

public final class Code
extends Object


Nested Class Summary
static class Code.CatchHandler
           
static class Code.Try
           
 
Constructor Summary
Code(int registersSize, int insSize, int outsSize, int debugInfoOffset, short[] instructions, Code.Try[] tries, Code.CatchHandler[] catchHandlers)
           
 
Method Summary
 Code.CatchHandler[] getCatchHandlers()
           
 int getDebugInfoOffset()
           
 int getInsSize()
           
 short[] getInstructions()
           
 int getOutsSize()
           
 int getRegistersSize()
           
 Code.Try[] getTries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Code

public Code(int registersSize,
            int insSize,
            int outsSize,
            int debugInfoOffset,
            short[] instructions,
            Code.Try[] tries,
            Code.CatchHandler[] catchHandlers)
Method Detail

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.