public class TryBlock
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
TryBlock.ExceptionHandler
This class represents a
catch(...) { ... |
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 {...} block in Java source code. |
public TryBlock.ExceptionHandler[] getExceptionHandlers()
ExceptionHandler
spublic InstructionList getInstructionList()
try {...}
block in Java source code.Copyright © 2001. Documenation generated February 9 2016.