Class InlineMap
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
Properties
IsConstant
public bool IsConstant { get; }
Property Value
Methods
GetConstantValue()
public IDictionary<object, object> GetConstantValue()
Returns
GetValueInternal(ExpressionState)
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
state
ExpressionState
Returns
ToStringAST()
public override string ToStringAST()