|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--net.sourceforge.jane.lang.reflection.ElementBase
|
+--net.sourceforge.jane.lang.reflection.MemberElementBase
|
+--net.sourceforge.jane.lang.reflection.ReflectionConstructorInfo
Constructor information derived from a java.lang.reflect.Constructor.
| Constructor Summary | |
ReflectionConstructorInfo(java.lang.reflect.Constructor aConstructor)
Create a new ReflectionConstructorInfo. |
|
| Method Summary | |
Classes |
getExceptions()
Returns the exception thrown by this method. |
protected java.lang.reflect.Member |
getMember()
Returns the member. |
protected int |
getModifiers()
Returns the modifiers. |
java.lang.String |
getName()
Returns the name of the element. |
Parameters |
getParameters()
Returns the parameters of this method. |
boolean |
isAbstract()
Returns true if this element is abstract. |
boolean |
isFinal()
Returns true if this element is final. |
boolean |
isPackageProtected()
Returns true if this element is package protected. |
boolean |
isPrivate()
Returns true if this element is private. |
boolean |
isProtected()
Returns true if this element is protected. |
boolean |
isPublic()
Returns true if this element is public. |
boolean |
isStatic()
Returns true if this element is static. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.jane.lang.JavaElement |
getName, isPackageProtected, isPrivate, isProtected, isPublic |
| Constructor Detail |
public ReflectionConstructorInfo(java.lang.reflect.Constructor aConstructor)
ReflectionConstructorInfo.| Method Detail |
public Classes getExceptions()
getExceptions in interface ConstructorInfopublic Parameters getParameters()
getParameters in interface ConstructorInfoprotected java.lang.reflect.Member getMember()
getMember in class net.sourceforge.jane.lang.reflection.MemberElementBasepublic java.lang.String getName()
protected int getModifiers()
getModifiers in class net.sourceforge.jane.lang.reflection.ElementBasepublic boolean isPublic()
true if this element is public.isPublic in interface JavaElementpublic boolean isProtected()
true if this element is protected.isProtected in interface JavaElementpublic boolean isPackageProtected()
true if this element is package protected.isPackageProtected in interface JavaElementpublic boolean isPrivate()
true if this element is private.isPrivate in interface JavaElementpublic boolean isFinal()
true if this element is final.public boolean isAbstract()
true if this element is abstract.public boolean isStatic()
true if this element is static.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||