Table of Contents

Class InlineMap

Namespace
Steeltoe.Common.Expression.Internal.Spring.Ast
Assembly
Steeltoe.Common.Expression.dll
public class InlineMap : SpelNode, ISpelNode
Inheritance
InlineMap
Implements
Inherited Members

Constructors

InlineMap(int, int, params SpelNode[])

public InlineMap(int startPos, int endPos, params SpelNode[] args)

Parameters

startPos int
endPos int
args SpelNode[]

Properties

IsConstant

public bool IsConstant { get; }

Property Value

bool

Methods

GetConstantValue()

public IDictionary<object, object> GetConstantValue()

Returns

IDictionary<object, object>

GetValueInternal(ExpressionState)

public override ITypedValue GetValueInternal(ExpressionState state)

Parameters

state ExpressionState

Returns

ITypedValue

ToStringAST()

public override string ToStringAST()

Returns

string