Chapter Contents |
Previous |
Next |
Object Class: _getIMethodList |
Syntax | |
Details |
Syntax |
objectName._getIMethodList( instanceMethods ); |
Argument | Type | Use | Description |
---|---|---|---|
instanceMethods | Numeric | Update | specifies the identifier of an SCL list to contain the per-instance methods |
Details |
The _getIMethodList returns the list id of per-instance methods for object. The list is in the same format as returned by the _getMethodList on class objects, except for per-instance methods that have had BEFORE or AFTER methods defined. In such cases, the method specification is a sublist of BEFORE, OVERRIDE, and AFTER per-instance methods.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.