%iKnow.Compiler.GotoFunction
class %iKnow.Compiler.GotoFunction extends %Library.RegisteredObject
Property Inventory (Including Private)
Method Inventory (Including Private)
- AddTransition()
- AddWord()
- ConsumeInput()
- DepthOrder()
- Get()
- GetNextState()
- MakeNextState()
- ParseAlternatives()
- Set()
- ToC()
- ToHex()
Properties (Including Private)
property NextState as %Integer [ InitialExpression = 1 ];
Property methods: NextStateDisplayToLogical(), NextStateGet(), NextStateIsValid(), NextStateLogicalToDisplay(), NextStateNormalize(), NextStateSet()
property RegexDictionary as RegexDictionary;
Property methods: RegexDictionaryGet(), RegexDictionaryGetSwizzled(), RegexDictionaryIsValid(), RegexDictionaryNewObject(), RegexDictionarySet()
property RegexEnabled as %Boolean [ InitialExpression = 0 ];
Property methods: RegexEnabledDisplayToLogical(), RegexEnabledGet(), RegexEnabledIsValid(), RegexEnabledLogicalToDisplay(), RegexEnabledNormalize(), RegexEnabledSet()
property StatesGlobal as %String [ MultiDimensional ];
Property methods: StatesGlobalDisplayToLogical(), StatesGlobalGet(), StatesGlobalIsValid(), StatesGlobalLogicalToDisplay(), StatesGlobalLogicalToOdbc(), StatesGlobalNormalize(), StatesGlobalSet()
Methods (Including Private)
method AddWord(word As %String, stateOutputFunction As StateOutputFunction) [ Language = objectscript ]
method ConsumeInput(state As %Integer, input As %String, outputObj As %RegisteredObject, curToken As %String = "", escaping As %Boolean = 0) [ Language = objectscript ]
method DepthOrder(ByRef depth As %String, ByRef state As %String, ByRef input As %String, ByRef nextState As %String) [ Language = objectscript ]
method GetNextState() [ Language = objectscript ]
private classmethod MakeNextState(offset As %Integer, size As %Integer) as %Integer [ Language = objectscript ]
"NextState" values are 32-bits, split between an offset into the State/SymbolMap tables
and a size.
Produces a list of alternatives of the form (a|b|cd)
method ToC(dir As %String = "") [ Language = objectscript ]
classmethod ToHex(bin As %String) [ Language = objectscript ]
From a binary string "01101100" to a hex string "0xEB"
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()