ITokenToExpressionNode Method |
Converts token to the expression node.
Namespace: Scanjour.Workflow4.Web.Services.Helpers.ExpressionsAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
SyntaxIExpressionNode ToExpressionNode(
Stack<IToken> stack
)
Function ToExpressionNode (
stack As Stack(Of IToken)
) As IExpressionNode
IExpressionNode^ ToExpressionNode(
Stack<IToken^>^ stack
)
abstract ToExpressionNode :
stack : Stack<IToken> -> IExpressionNode
Parameters
- stack StackIToken
- The stack of tokens for taking arguments if needed.
Return Value
IExpressionNodeExpression node.
See Also