Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use
This class represents a specific method description for a compiled class.
|
|
Properties | ||||
---|---|---|---|---|
ClassMethod | ClassName | Name | Private | QuitWithValue |
ReturnType |
|
A flag indicating whether the method is a class method (1) or an instance method (0).
A string containing the name of the class the method belongs to.
A string containing the name of the method.
A flag indicating whether the method is private (1) or public (0).
A flag indicating whether the method returns a value (1) or not (0).
A string containing the return type (a class name) for the method. If there is no return type it contains a null string ("").