Class Selection
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class Selection : SpelNode, ISpelNode- Inheritance
- 
      
      
      Selection
- Implements
- Inherited Members
Constructors
Selection(bool, int, int, int, SpelNode)
public Selection(bool nullSafe, int variant, int startPos, int endPos, SpelNode expression)Parameters
Fields
ALL
public const int ALL = 0Field Value
FIRST
public const int FIRST = 1Field Value
LAST
public const int LAST = 2Field Value
Methods
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)Parameters
- stateExpressionState
Returns
GetValueRef(ExpressionState)
protected override IValueRef GetValueRef(ExpressionState state)Parameters
- stateExpressionState
Returns
ToStringAST()
public override string ToStringAST()