|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The instances of the classes that implement this interface provide informations about constructors.
Method Summary | |
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 |
Method Detail |
public int getModifiers()
public ClassInfo[] getParameterTypes()
public ClassInfo[] getExceptionTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |