public class TryCatchBlock extends Object implements TryCatchBlockReader
| Constructor and Description |
|---|
TryCatchBlock() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionType() |
Variable |
getExceptionVariable() |
BasicBlock |
getHandler() |
BasicBlock |
getProtectedBlock() |
void |
setExceptionType(String exceptionType) |
void |
setExceptionVariable(Variable exceptionVariable) |
void |
setHandler(BasicBlock handler) |
public BasicBlock getHandler()
getHandler in interface TryCatchBlockReaderpublic void setHandler(BasicBlock handler)
public String getExceptionType()
getExceptionType in interface TryCatchBlockReaderpublic void setExceptionType(String exceptionType)
public Variable getExceptionVariable()
getExceptionVariable in interface TryCatchBlockReaderpublic void setExceptionVariable(Variable exceptionVariable)
public BasicBlock getProtectedBlock()
getProtectedBlock in interface TryCatchBlockReaderCopyright © 2015. All rights reserved.