|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Instanceof
An instanceof
expression
Method Summary | |
---|---|
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. |
Methods inherited from interface org.jboss.reflect.plugins.javassist.expr.Expression |
---|
getFileName, getLineNumber, indexOfBytecode, mayThrow, replace, whereConstructor, whereMethod |
Method Detail |
---|
MutableClassInfo getType() throws NotFoundException
CtClass
object representing
the type name on the right hand side
of the instanceof operator.
instanceof
expression
NotFoundException
void replace(String statement) throws NotFoundException
replace
in interface Expression
NotFoundException
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |