Methods Summary |
---|
public java.util.Collection | getFormalTypeParameters()Returns the formal type parameters of this method or constructor.
They are returned in declaration order.
|
public java.util.Collection | getParameters()Returns the formal parameters of this method or constructor.
They are returned in declaration order.
|
public java.util.Collection | getThrownTypes()Returns the exceptions and other throwables listed in this
method or constructor's throws clause.
|
public boolean | isVarArgs()Returns true if this method or constructor accepts a variable
number of arguments.
|