|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectkoala.dynamicjava.classinfo.JavaConstructorInfo
The instances of this class provides informations about class constructors compiled to JVM bytecode.
| Constructor Summary | |
JavaConstructorInfo(java.lang.reflect.Constructor f)
Creates a new class info |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one |
ClassInfo[] |
getExceptionTypes()
Returns an array of Class infos that represent the types of the exceptions declared to be thrown by the underlying constructor |
int |
getModifiers()
Returns the modifiers for the constructor represented by this object |
ClassInfo[] |
getParameterTypes()
Returns an array of class infos that represent the parameter types, in declaration order, of the constructor represented by this object |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JavaConstructorInfo(java.lang.reflect.Constructor f)
f - the java constructor| Method Detail |
public int getModifiers()
getModifiers in interface ConstructorInfopublic ClassInfo[] getParameterTypes()
getParameterTypes in interface ConstructorInfopublic ClassInfo[] getExceptionTypes()
getExceptionTypes in interface ConstructorInfopublic boolean equals(java.lang.Object obj)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||