public class ExceptionHandlers extends Object
| Constructor and Description |
|---|
ExceptionHandlers(MethodGen mg)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler[] |
getExceptionHandlers(InstructionHandle ih)
Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
|
public ExceptionHandlers(MethodGen mg)
public ExceptionHandler[] getExceptionHandlers(InstructionHandle ih)
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.