Skip to main content

%iKnow.Compiler.GotoFunction

deprecated class %iKnow.Compiler.GotoFunction extends %Library.RegisteredObject

Property Inventory

Method Inventory

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 AddTransition(curState As %Integer, char As %String) as %Integer
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 Get(state As %Integer, input As %String) as %Integer
method GetNextState()
classmethod ParseAlternatives(ByRef input As %String) as %List
Produces a list of alternatives of the form (a|b|cd)
method Set(state As %Integer, input As %String, nextState As %Integer)
method ToC(dir As %String = "")
classmethod ToHex(bin As %String)
From a binary string "01101100" to a hex string "0xEB"

Inherited Members

Inherited Methods

FeedbackOpens in a new tab