|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableConstructorInfo | |
---|---|
org.jboss.reflect.plugins.javassist | |
org.jboss.reflect.plugins.javassist.expr | |
org.jboss.reflect.spi | Extended Reflection API. |
Uses of MutableConstructorInfo in org.jboss.reflect.plugins.javassist |
---|
Classes in org.jboss.reflect.plugins.javassist that implement MutableConstructorInfo | |
---|---|
class |
JavassistConstructorInfo
ConstructorInfo that relies on Javassist to answer reflective queries and to invoke the represented constructor. |
Methods in org.jboss.reflect.plugins.javassist with parameters of type MutableConstructorInfo | |
---|---|
void |
JavassistTypeInfo.addConstructor(MutableConstructorInfo mci)
|
void |
JavassistTypeInfo.removeConstructor(MutableConstructorInfo mci)
|
Uses of MutableConstructorInfo in org.jboss.reflect.plugins.javassist.expr |
---|
Methods in org.jboss.reflect.plugins.javassist.expr that return MutableConstructorInfo | |
---|---|
MutableConstructorInfo |
NewExpression.getConstructor()
Returns the constructor called for creating the object. |
MutableConstructorInfo |
ConstructorCall.getConstructor()
Returns the called constructor. |
MutableConstructorInfo |
Expression.whereConstructor()
Returns the constructor containing the expression represented by this object. |
Uses of MutableConstructorInfo in org.jboss.reflect.spi |
---|
Methods in org.jboss.reflect.spi that return MutableConstructorInfo | |
---|---|
MutableConstructorInfo |
MutableClassInfo.createMutableConstructor(Body body)
Compiles the code included in the Body parameter and returns a MutableConstructorInfo representation of it. |
MutableConstructorInfo |
MutableClassInfo.createMutableConstructor(int modifiers,
Body body,
ClassInfo[] parameters,
ClassInfo[] exceptions)
Creates a constructor with the parameters given. |
MutableConstructorInfo |
MutableClassInfo.createMutableConstructor(int modifiers,
Body body,
String[] parameters,
String[] exceptions)
Creates a constructor with the parameters given. |
MutableConstructorInfo |
MutableClassInfo.createMutableConstructor(int modifiers,
ClassInfo[] parameters,
ClassInfo[] exceptions)
Creates an empty constructor with the parameters given. |
MutableConstructorInfo |
MutableClassInfo.createMutableConstructor(int modifiers,
String[] parameters,
String[] exceptions)
Creates an empty constructor with parameters given. |
MutableConstructorInfo |
MutableClassInfo.getDeclaredConstructor()
Gets the default constructor (parameterless) |
MutableConstructorInfo |
MutableClassInfo.getDeclaredConstructor(String... parameters)
Get a declared constructor Note: the parameters will be loaded with the classloader defined in TypeInfoFactory. |
MutableConstructorInfo |
MutableClassInfo.getDeclaredConstructor(TypeInfo... parameters)
Get a declared constructor |
MutableConstructorInfo[] |
MutableClassInfo.getDeclaredConstructors()
Get the declared constructors |
Methods in org.jboss.reflect.spi with parameters of type MutableConstructorInfo | |
---|---|
void |
MutableClassInfo.addConstructor(MutableConstructorInfo mci)
Add a constructor |
void |
MutableClassInfo.removeConstructor(MutableConstructorInfo mci)
Remove the specified constructor from this class |
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |