deprecatedpersistent class %Library.CompiledMethod
extends %Persistent
Note: The class definition classes in the %Library package have been superceded
by those in the %Dictionary package. Instead use %Dictionary.CompiledMethod.
This class represents a specific method description for a compiled class.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
6
|
|
|
|
|
|
• property ClassMethod
as %RawString;
A flag indicating whether the method is a class method (1) or an instance method (0).
• property ClassName
as %RawString;
A string containing the name of the class the method belongs to.
• property Name
as %RawString;
A string containing the name of the method.
• property Private
as %RawString;
A flag indicating whether the method is private (1) or public (0).
• property QuitWithValue
as %RawString;
A flag indicating whether the method returns a value (1) or not (0).
• property ReturnType
as %RawString;
A string containing the return type (a class name) for the method. If there is
no return type it contains a null string ("").
Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.