public interface Instanceof extends Expression
instanceof expression| Modifier and Type | Method and Description |
|---|---|
MutableClassInfo |
getType()
Returns the
CtClass object representing
the type name on the right hand side
of the instanceof operator. |
void |
replace(String statement)
Replaces the instanceof operator with the bytecode derived from
the given source text.
|
getFileName, getLineNumber, indexOfBytecode, mayThrow, replace, whereConstructor, whereMethodMutableClassInfo getType() throws NotFoundException
CtClass object representing
the type name on the right hand side
of the instanceof operator.instanceof expressionNotFoundExceptionvoid replace(String statement) throws NotFoundException
replace in interface ExpressionNotFoundExceptionCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.