Method Summary |
|
public ClassType[] | getExceptions() Returns the (empty) exception list of this constructor. |
public String | getFullName() Returns the name of this element. |
public String | getName() Returns the name of this element. |
public Package | getPackage() TO BE IMPLEMENTED
Returns the package this element is defined in. |
public Type | getReturnType() Returns the return type of this method. |
public Type[] | getSignature() TO BE IMPLEMENTED
Returns the signature of this constructor. |
public ClassType[] | getTypes() TO BE IMPLEMENTED
Returns the (empty) list of class types locally defined within this
container. |
public boolean | isAbstract() Checks if this member is abstract. |
public boolean | isFinal() Checks if this member is final. |
public boolean | isNative() Checks if this member is native. |
public boolean | isPrivate() Checks if this member is private. |
public boolean | isProtected() Checks if this member is protected. |
public boolean | isPublic() Checks if this member is public. |
public boolean | isStatic() Checks if this member is static. |
public boolean | isStrictFp() Checks if this member is protected. |
public boolean | isSynchronized() Checks if this member is synchronized. |