Class Selection
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 = 0
Field Value
FIRST
public const int FIRST = 1
Field Value
LAST
public const int LAST = 2
Field Value
Methods
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
state
ExpressionState
Returns
GetValueRef(ExpressionState)
protected override IValueRef GetValueRef(ExpressionState state)
Parameters
state
ExpressionState
Returns
ToStringAST()
public override string ToStringAST()