|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectalt.jiapi.reflect.TryBlock
public class TryBlock
This class represents a try block in Java source code.
| Nested Class Summary | |
|---|---|
class |
TryBlock.ExceptionHandler
This class represents a catch(...) { ... |
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public TryBlock.ExceptionHandler[] getExceptionHandlers()
ExceptionHandlerspublic InstructionList getInstructionList()
try {...} block in Java source code.
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||