Skip to main content

%Compiler.LG.MethWrapper

Property Inventory

Method Inventory

Properties

property Class as %String (TRUNCATE = 1) [ InitialExpression = 0 ];
Property methods: ClassDisplayToLogical(), ClassGet(), ClassIsValid(), ClassLogicalToDisplay(), ClassLogicalToOdbc(), ClassNormalize(), ClassSet()
property ConflictingSignature as %Boolean [ Calculated ];
Property methods: ConflictingSignatureDisplayToLogical(), ConflictingSignatureIsValid(), ConflictingSignatureLogicalToDisplay(), ConflictingSignatureNormalize()
property DefaultArgs as %List [ Calculated ];
Property methods: DefaultArgsLogicalToOdbc(), DefaultArgsOdbcToLogical()
property Description as %String (TRUNCATE = 1) [ Calculated ];
Property methods: DescriptionDisplayToLogical(), DescriptionIsValid(), DescriptionLogicalToDisplay(), DescriptionLogicalToOdbc(), DescriptionNormalize()
property FirstDefaultArg as %Integer [ Calculated , InitialExpression = 0 ];
Property methods: FirstDefaultArgDisplayToLogical(), FirstDefaultArgIsValid(), FirstDefaultArgLogicalToDisplay(), FirstDefaultArgNormalize()
property GenFlags as %Compiler.LG.GenFlags;
Property methods: GenFlagsGet(), GenFlagsGetObject(), GenFlagsGetObjectId(), GenFlagsGetSwizzled(), GenFlagsIsEmpty(), GenFlagsIsValid(), GenFlagsNewObject(), GenFlagsSet(), GenFlagsSetObject(), GenFlagsSetObjectId(), GenFlagsUnSwizzle()
property MethodClass as %String (TRUNCATE = 1) [ Calculated ];
Property methods: MethodClassDisplayToLogical(), MethodClassIsValid(), MethodClassLogicalToDisplay(), MethodClassLogicalToOdbc(), MethodClassNormalize()
property MethodClassRetType as %String (TRUNCATE = 1) [ Calculated ];
Property methods: MethodClassRetTypeDisplayToLogical(), MethodClassRetTypeIsValid(), MethodClassRetTypeLogicalToDisplay(), MethodClassRetTypeLogicalToOdbc(), MethodClassRetTypeNormalize()
property MethodData as %String (TRUNCATE = 1) [ Calculated , InitialExpression = 0 ];
Property methods: MethodDataDisplayToLogical(), MethodDataIsValid(), MethodDataLogicalToDisplay(), MethodDataLogicalToOdbc(), MethodDataNormalize()
property Name as %String (TRUNCATE = 1) [ InitialExpression = 0 ];
Property methods: NameDisplayToLogical(), NameGet(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
property NumRefs as %Integer [ Calculated , InitialExpression = 0 ];
Property methods: NumRefsDisplayToLogical(), NumRefsIsValid(), NumRefsLogicalToDisplay(), NumRefsNormalize()
property ReferenceEnumerator as %List [ Calculated ];
Property methods: ReferenceEnumeratorLogicalToOdbc(), ReferenceEnumeratorOdbcToLogical()
property RetType as %String (TRUNCATE = 1) [ Calculated ];
Property methods: RetTypeDisplayToLogical(), RetTypeIsValid(), RetTypeLogicalToDisplay(), RetTypeLogicalToOdbc(), RetTypeNormalize()
property SkipPropertyAccessor as %Boolean [ Calculated ];
Property methods: SkipPropertyAccessorDisplayToLogical(), SkipPropertyAccessorIsValid(), SkipPropertyAccessorLogicalToDisplay(), SkipPropertyAccessorNormalize()
property SpecialMethod as %Boolean [ Calculated ];
Property methods: SpecialMethodDisplayToLogical(), SpecialMethodIsValid(), SpecialMethodLogicalToDisplay(), SpecialMethodNormalize()
property Types as %String (TRUNCATE = 1) [ Calculated , InitialExpression = 0 ];
Property methods: TypesDisplayToLogical(), TypesIsValid(), TypesLogicalToDisplay(), TypesLogicalToOdbc(), TypesNormalize()
property Vars as %String (TRUNCATE = 1) [ Calculated , InitialExpression = 0 ];
Property methods: VarsDisplayToLogical(), VarsIsValid(), VarsLogicalToDisplay(), VarsLogicalToOdbc(), VarsNormalize()

Methods

method ConflictingSignatureGet() as %Boolean
method Count() as %Integer
classmethod CreateCompiledMethodArray(Class As %String, ByRef Methods As %ArrayOfObjects, ExcludeSpecials As %Integer, TreatStreamsAsObjects As %Integer, LanguageType As %Integer, GenFlags As %Compiler.LG.GenFlags) as %Status
classmethod CreateMethod(Class As %String, Method As %String, ByRef MethodObject As %Compiler.LG.MethWrapper, ExcludeSpecials As %Integer, ExcludeJavaMethods As %Integer, TreatStreamsAsObjects As %Integer, LanguageType, GenFlags As %Compiler.LG.GenFlags, ByRef Skip As %Boolean) as %Status
classmethod CreateMethodArray(Class As %String, ByRef Methods As %ArrayOfObjects, TreatStreamsAsObjects As %Integer, ExcludeSpecials As %Integer, LanguageType As %Integer, GenFlags As %Compiler.LG.GenFlags) as %Status
method DefaultArgsGet() as %List
method DescriptionGet() as %String
method FirstDefaultArgGet() as %Integer
method GetArgArray(ArgIndex As %Integer) as %Boolean
method GetArgBaseClass(ArgIndex As %Integer) as %String
method GetArgByRef(ArgIndex As %Integer) as %Boolean
method GetArgByRefMask(ArgIndex As %Integer) as %Boolean
method GetArgCacheType(ArgIndex As %Integer) as %String
method GetArgCollection(ArgIndex As %Integer) as %Boolean
method GetArgCount() as %Integer
method GetArgList(ArgIndex As %Integer) as %Boolean
method GetArgName(ArgIndex As %Integer) as %String
method GetArgObjectHandle(ArgIndex As %Integer) as %Boolean
method GetArgPersistent(ArgIndex As %Integer) as %Boolean
method GetArgSpec() as %String
method GetArgType(ArgIndex As %Integer) as %String
method GetCacheArgName(ArgIndex As %Integer) as %String
method GetCacheArgType(ArgIndex As %Integer) as %String
method GetClassMethod() as %Boolean
method GetFirst() as %String
method GetNext(ByRef key As %String) as %Compiler.LG.PropWrapper
method GetPrimitive(ArgIndex As %Integer, StreamsAreObjects As %Boolean = 1) as %Boolean
method GetRefOrdinal(ArgIndex As %Integer) as %Integer
method GetReferenceMap() as %String
method GetResultObjectHandle() as %Boolean
method GetResultType() as %String
method GetResultTypePersistent() as %Boolean
method GetResultTypePrimitive() as %String
method GetServerOnly() as %Boolean
method MethodClassGet() as %String
method MethodClassRetTypeGet() as %String
method MethodClassSet(value As %String) as %Status
method MethodDataGet() as %String
classmethod MethodExists(Class As %String, Method As %String) as %Boolean
method NumRefsGet() as %Integer
method ReferenceEnumeratorGet() as %List
method ResultTypeIsStatus() as %Integer
method RetTypeGet() as %String
method SkipPropertyAccessorGet() as %Boolean
method SkipPropertyAccessorSet(value As %String) as %Status
method SpecialMethodGet() as %Boolean
method SpecialMethodSet(value As %String) as %Status
method TypesGet() as %String
method VarsGet() as %String
method getName() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab