Chapter Contents

Previous

Next
Class Class: _getMethodList

Class Class: _getMethodList



Returns a list containing new or overridden methods defined on the class


Syntax
Details

Syntax

objectName._getMethodList( methodsList );

Argument Type Use Description
methodsList Numeric Update specifies the identifier of a list that when returned is filled with new or overridden methods defined for the class


Details

_getMethodList only returns the methods for a class that have a state of NEW, OVERRIDE, or DISABLED. It does not return inherited methods or methods that are delegated to other classes.

The list contains encoded method descriptions; each item in the list represents one method. The item's name is the method name. Do not attempt to delete or modify the list (it has the NODELETE and NOUPDATE list attributes).

By comparison, the Object Class: _getMethods method in the Object class creates a new list and copies the contents of the _getMethodList list into it.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.