Package | Description |
---|---|
org.jboss.reflect.plugins.javassist | |
org.jboss.reflect.plugins.javassist.expr | |
org.jboss.reflect.spi |
Extended Reflection API.
|
Modifier and Type | Class and Description |
---|---|
class |
JavassistAnnotationInfo |
class |
JavassistArrayInfoImpl
Javassist array info
|
class |
JavassistEnumInfo |
class |
JavassistTypeInfo
JavassistTypeInfo.
|
Modifier and Type | Method and Description |
---|---|
MutableClassInfo |
NewArray.getComponentType()
Returns the type of array components.
|
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. |
MutableClassInfo[] |
Expression.mayThrow()
Returns a list of the exception types that this expression execution may throw.
|
Modifier and Type | Method and Description |
---|---|
MutableClassInfo |
MutableTypeInfoFactory.createNewMutableClass(String name)
Creates a new MutableClass.
|
MutableClassInfo |
MutableTypeInfoFactory.createNewMutableClass(String name,
ClassInfo superClass)
Creates a new MutableClass.
|
MutableClassInfo |
MutableTypeInfoFactory.createNewMutableInterface(String name)
Creates a new mutable interface.
|
MutableClassInfo |
MutableTypeInfoFactory.createNewMutableInterface(String name,
ClassInfo superClass)
Creates a new mutable interface.
|
MutableClassInfo |
MutableTypeInfoFactory.getMutable(String name,
ClassLoader cl)
Gets the information for a MutableClass.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.