Package | Description |
---|---|
org.jboss.reflect.plugins.javassist.expr |
Modifier and Type | Method and Description |
---|---|
MutableClassInfo |
NewArray.getComponentType()
Returns the type of array components.
|
MutableConstructorInfo |
NewExpression.getConstructor()
Returns the constructor called for creating the object.
|
MutableConstructorInfo |
ConstructorCall.getConstructor()
Returns the called constructor.
|
MutableFieldInfo |
FieldAccess.getField()
Returns the field accessed by this expression.
|
MutableMethodInfo |
MethodCall.getMethod()
Returns the called method.
|
MutableClassInfo |
Cast.getType()
Returns the class representing the type specified by the cast.
|
MutableClassInfo |
Handler.getType()
Returns the type handled by the catch clause.
|
MutableClassInfo |
Instanceof.getType()
Returns the
CtClass object representing
the type name on the right hand side
of the instanceof operator. |
void |
Instanceof.replace(String statement)
Replaces the instanceof operator with the bytecode derived from
the given source text.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.