public interface Instanceof extends Expression
instanceof
expressionModifier 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, whereMethod
MutableClassInfo getType() throws NotFoundException
CtClass
object representing
the type name on the right hand side
of the instanceof operator.instanceof
expressionNotFoundException
void replace(String statement) throws NotFoundException
replace
in interface Expression
NotFoundException
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.