%iKnow.Compiler.InlParser
hidden class %iKnow.Compiler.InlParser extends %Library.RegisteredObject
Property Inventory
Method Inventory
Properties
property InComment as %Boolean [ InitialExpression = 0 ];
Property methods: InCommentDisplayToLogical(), InCommentGet(), InCommentIsValid(), InCommentLogicalToDisplay(), InCommentNormalize(), InCommentSet()
Methods
method ParseToList(s As %Stream.FileCharacter, ByRef out As %List, max As %Integer) as %Integer
Parses from s, adding values to out up to max + epsilon.
returns count of objects added to out
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()