%iKnow.Compiler.GotoFunction
deprecated class %iKnow.Compiler.GotoFunction extends %Library.RegisteredObject
Property Inventory
Method Inventory
- AddTransition()
- AddWord()
- ConsumeInput()
- DepthOrder()
- Get()
- GetNextState()
- ParseAlternatives()
- Set()
- ToC()
- ToHex()
Properties
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
method AddWord(word As %String, stateOutputFunction As StateOutputFunction)
method ConsumeInput(state As %Integer, input As %String, outputObj As %RegisteredObject, curToken As %String = "", escaping As %Boolean = 0)
method DepthOrder(ByRef depth As %String, ByRef state As %String, ByRef input As %String, ByRef nextState As %String)
method GetNextState()
Produces a list of alternatives of the form (a|b|cd)
method ToC(dir As %String = "")
classmethod ToHex(bin As %String)
From a binary string "01101100" to a hex string "0xEB"
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()