Table of Contents

Class Projection

Namespace
Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly
Steeltoe.Common.Expression.dll
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

nullSafe bool
startPos int
endPos int
expression SpelNode

Methods

GetValueInternal(ExpressionState)

public override ITypedValue GetValueInternal(ExpressionState state)

Parameters

state ExpressionState

Returns

ITypedValue

GetValueRef(ExpressionState)

protected override IValueRef GetValueRef(ExpressionState state)

Parameters

state ExpressionState

Returns

IValueRef

ToStringAST()

public override string ToStringAST()

Returns

string