public class TryBlock extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
TryBlock.ExceptionHandler
This class represents a
catch(...) { ... } block in Java
source code. |
| Modifier and Type | Method and Description |
|---|---|
TryBlock.ExceptionHandler[] |
getExceptionHandlers()
Get the exception handlers this try block has.
|
InstructionList |
getInstructionList()
Get the InstructionList, that corresponds to
try {...} |
public TryBlock.ExceptionHandler[] getExceptionHandlers()
ExceptionHandlerspublic InstructionList getInstructionList()
try {...} block in Java source code.Copyright © 2017. All rights reserved.