Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves a set of methods on the class.
Syntax
public Set methods(
[boolean _includeInstanceMethods,
boolean _includeStaticMethods,
boolean _includeInheritedMethods,
ClassName _lastIncludedClass])
Run On
Called
Parameters
- _includeInstanceMethods
Type: boolean
true to include instance methods; optional.
- _includeStaticMethods
Type: boolean
true to include static methods; optional.
- _includeInheritedMethods
Type: boolean
true to include static methods; optional.
- _lastIncludedClass
Type: ClassName Extended Data Type
The name of the last inherited class from which methods are to be included in the retrieved set; optional.
Return Value
Type: Set Class
Instances of the SysDictMethod class.
Remarks
The retrieved set of methods contains one SysDictMethod instance for each method. The set is not ordered.