Class Projection
public class Projection : SpelNode, ISpelNode
- Inheritance
-
Projection
- Implements
- Inherited Members
Constructors
Projection(bool, int, int, SpelNode)
public Projection(bool nullSafe, int startPos, int endPos, SpelNode expression)
Parameters
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()