Class OperatorBetween
Implements
Inherited Members
Namespace: Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class OperatorBetween : Operator, ISpelNode
Constructors
| Edit this page View SourceOperatorBetween(Int32, Int32, SpelNode[])
Declaration
public OperatorBetween(int startPos, int endPos, params SpelNode[] operands)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | startPos | |
System.Int32 | endPos | |
SpelNode[] | operands |
Methods
| Edit this page View SourceGetValueInternal(ExpressionState)
Declaration
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
Type | Name | Description |
---|---|---|
ExpressionState | state |
Returns
Type | Description |
---|---|
ITypedValue |