Public Methods | |
| SaMethodDescription (String key) | |
| Construct a method description for the given key. More... | |
| boolean | valid () |
| Indicates whether the description is valid. More... | |
| String | className () |
| The name of the class to which the function belongs. More... | |
| String | description () |
| The function description. More... | |
| int | isStatic () |
| Indicates whether the function is static. More... | |
| int | nArgs () |
| The number of arguments of the function. More... | |
| String | name () |
| The name of the function. More... | |
| String | returnType () |
| The return type of the function. More... | |
| String[] | argNames () |
| The names of the function arguments. More... | |
| String[] | argTypes () |
| The types of the function arguments. More... | |
| void | dump () |
| Dumps the description on OutputStreamArea. More... | |
|
|
Construct a method description for the given key.
|
|
|
Indicates whether the description is valid.
|
|
|
The name of the class to which the function belongs.
|
|
|
The function description.
|
|
|
Indicates whether the function is static.
|
|
|
The number of arguments of the function.
|
|
|
The name of the function.
|
|
|
The return type of the function.
|
|
|
The names of the function arguments.
|
|
|
The types of the function arguments.
|
|
|
Dumps the description on OutputStreamArea.
|
1.2.12 written by Dimitri van Heesch,
© 1997-2001