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, whereMethod
MutableClassInfo getType() throws NotFoundException
NotFoundException
void replace(String statement) throws CannotCompileException
replace
in interface Expression
statement
- CannotCompileException
void insertBefore(String src) throws CannotCompileException
$1
.src
- CannotCompileException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.