Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

SaMethodDescription Class Reference

A description of a string addressable method (function) based on information from the registry. More...

List of all members.

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...


Detailed Description

A description of a string addressable method (function) based on information from the registry.


Constructor & Destructor Documentation

SaMethodDescription::SaMethodDescription String    key [inline]
 

Construct a method description for the given key.


Member Function Documentation

boolean SaMethodDescription::valid   [inline]
 

Indicates whether the description is valid.

String SaMethodDescription::className   [inline]
 

The name of the class to which the function belongs.

String SaMethodDescription::description   [inline]
 

The function description.

int SaMethodDescription::isStatic   [inline]
 

Indicates whether the function is static.

int SaMethodDescription::nArgs   [inline]
 

The number of arguments of the function.

String SaMethodDescription::name   [inline]
 

The name of the function.

String SaMethodDescription::returnType   [inline]
 

The return type of the function.

String [] SaMethodDescription::argNames   [inline]
 

The names of the function arguments.

String [] SaMethodDescription::argTypes   [inline]
 

The types of the function arguments.

void SaMethodDescription::dump   [inline]
 

Dumps the description on OutputStreamArea.


The documentation for this class was generated from the following file:
Generated on Tue Jan 8 14:14:26 2002 for JavaReference by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001