Table of Contents

Class OperatorMatches

Namespace
Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly
Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class OperatorMatches : Operator, ISpelNode
Inheritance
OperatorMatches
Implements
Inherited Members

Constructors

OperatorMatches(int, int, params SpelNode[])

public OperatorMatches(int startPos, int endPos, params SpelNode[] operands)

Parameters

startPos int
endPos int
operands SpelNode[]

Methods

GetValueInternal(ExpressionState)

public override ITypedValue GetValueInternal(ExpressionState state)

Parameters

state ExpressionState

Returns

ITypedValue