public interface Handler extends Expression
| Modifier and Type | Method and Description |
|---|---|
MutableClassInfo |
getType()
Returns the type handled by the catch clause.
|
void |
insertBefore(String src)
Inserts bytecode at the beginning of the catch clause.
|
void |
replace(String statement)
This method has not been implemented yet.
|
getFileName, getLineNumber, indexOfBytecode, mayThrow, replace, whereConstructor, whereMethodMutableClassInfo getType() throws NotFoundException
NotFoundExceptionvoid replace(String statement) throws CannotCompileException
replace in interface Expressionstatement - CannotCompileExceptionvoid insertBefore(String src) throws CannotCompileException
$1.src - CannotCompileExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.