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.
Processes the methods recursively.
Syntax
protected Set methodsRecursive(
boolean _includeInstanceMethods,
boolean _includeStaticMethods,
boolean _includeInheritedMethods,
TableName _lastIncludedTable,
Set _overriddenMethods,
boolean _includePrivateMethods)
Run On
Called
Parameters
- _includeInstanceMethods
Type: boolean
A Boolean value that indicates whether the instance methods will be checked.
- _includeStaticMethods
Type: boolean
A Boolean value that indicates whether the static methods will be checked.
- _includeInheritedMethods
Type: boolean
A Boolean value that indicates whether the inherited methods will be checked.
- _lastIncludedTable
Type: TableName Extended Data Type
The last included table.
- _overriddenMethods
Type: Set Class
The set of overridden methods.
- _includePrivateMethods
Type: boolean
A Boolean value that indicates whether the private methods will be checked.
Return Value
Type: Set Class
The set of resulting methods.