Click or drag to resize

ITokenToExpressionNode Method

Converts token to the expression node.

Namespace: Scanjour.Workflow4.Web.Services.Helpers.Expressions
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
IExpressionNode ToExpressionNode(
	Stack<IToken> stack
)

Parameters

stack  StackIToken
The stack of tokens for taking arguments if needed.

Return Value

IExpressionNode
Expression node.
See Also