koala.dynamicjava.classinfo
Interface ConstructorInfo
- All Known Implementing Classes:
- JavaConstructorInfo, TreeConstructorInfo
- public interface ConstructorInfo
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 |
getModifiers
public int getModifiers()
- Returns the modifiers for the constructor represented by this object
getParameterTypes
public ClassInfo[] getParameterTypes()
- Returns an array of class infos that represent the parameter
types, in declaration order, of the constructor represented
by this object
getExceptionTypes
public ClassInfo[] getExceptionTypes()
- Returns an array of class infos that represent the types of
the exceptions declared to be thrown by the underlying constructor
Copyright © 2001 Stephane Hillion. All Rights Reserved.