Skip to main content

%Compiler.LG.MetaMethodDef

Property Inventory

Method Inventory

Properties

property args as list of MetaMtdArgDef;
Property methods: argsBuildValueArray(), argsCollectionToDisplay(), argsCollectionToOdbc(), argsDisplayToCollection(), argsGet(), argsGetObject(), argsGetObjectId(), argsGetSwizzled(), argsIsValid(), argsOdbcToCollection(), argsSet(), argsSetObject(), argsSetObjectId()
property conflictingSignature as %Boolean [ InitialExpression = 0 ];
Property methods: conflictingSignatureDisplayToLogical(), conflictingSignatureGet(), conflictingSignatureIsValid(), conflictingSignatureLogicalToDisplay(), conflictingSignatureNormalize(), conflictingSignatureSet()
property firstDefaultArg as %Integer;
Property methods: firstDefaultArgDisplayToLogical(), firstDefaultArgGet(), firstDefaultArgIsValid(), firstDefaultArgLogicalToDisplay(), firstDefaultArgNormalize(), firstDefaultArgSet()
property isClassMtd as %Boolean;
Property methods: isClassMtdDisplayToLogical(), isClassMtdGet(), isClassMtdIsValid(), isClassMtdLogicalToDisplay(), isClassMtdNormalize(), isClassMtdSet()
property isSpecialMethod as %Boolean;
Property methods: isSpecialMethodDisplayToLogical(), isSpecialMethodGet(), isSpecialMethodIsValid(), isSpecialMethodLogicalToDisplay(), isSpecialMethodNormalize(), isSpecialMethodSet()
property methodName as %String (MAXLEN = 512);
Property methods: methodNameDisplayToLogical(), methodNameGet(), methodNameIsValid(), methodNameLogicalToDisplay(), methodNameLogicalToOdbc(), methodNameNormalize(), methodNameSet()
property res as MetaElemDef;
Property methods: resGet(), resGetObject(), resGetObjectId(), resGetSwizzled(), resIsEmpty(), resIsValid(), resNewObject(), resSet(), resSetObject(), resSetObjectId(), resUnSwizzle()

Methods

method FilterAndTransform(Class As %String, Property As %Compiler.LG.PropWrapper, GenFlags As %Compiler.LG.GenFlags) as %Status
method MakeFrom(classDef As %Compiler.LG.MetaClassDef, Method As %Compiler.LG.MethWrapper) as %Status
method send()
method serialize(out As %GlobalBinaryStream)

Inherited Members

Inherited Methods

FeedbackOpens in a new tab