public interface MethodImplementation
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<? extends DebugItem> |
getDebugItems()
Get a list of debug items for this method.
|
java.lang.Iterable<? extends Instruction> |
getInstructions()
Gets the instructions in this method.
|
int |
getRegisterCount()
Gets the number of registers in this method.
|
java.util.List<? extends TryBlock<? extends ExceptionHandler>> |
getTryBlocks()
Gets a list of the try blocks defined for this method.
|
int getRegisterCount()
@Nonnull java.lang.Iterable<? extends Instruction> getInstructions()
@Nonnull java.util.List<? extends TryBlock<? extends ExceptionHandler>> getTryBlocks()
@Nonnull java.lang.Iterable<? extends DebugItem> getDebugItems()