public final class Code extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Code.CatchHandler |
static class |
Code.Try |
Constructor and Description |
---|
Code(int registersSize,
int insSize,
int outsSize,
int debugInfoOffset,
short[] instructions,
Code.Try[] tries,
Code.CatchHandler[] catchHandlers) |
Modifier and Type | Method and Description |
---|---|
Code.CatchHandler[] |
getCatchHandlers() |
int |
getDebugInfoOffset() |
int |
getInsSize() |
short[] |
getInstructions() |
int |
getOutsSize() |
int |
getRegistersSize() |
Code.Try[] |
getTries() |
public Code(int registersSize, int insSize, int outsSize, int debugInfoOffset, short[] instructions, Code.Try[] tries, Code.CatchHandler[] catchHandlers)
public int getRegistersSize()
public int getInsSize()
public int getOutsSize()
public int getDebugInfoOffset()
public short[] getInstructions()
public Code.Try[] getTries()
public Code.CatchHandler[] getCatchHandlers()
Copyright © 2016. All Rights Reserved.