Class Identifier
Inheritance
System.Object
Identifier
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class Identifier : SpelNode, ISpelNode
Constructors
|
Edit this page
View Source
Identifier(String, Int32, Int32)
Declaration
public Identifier(string payload, int startPos, int endPos)
Parameters
Type |
Name |
Description |
System.String |
payload |
|
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
Methods
|
Edit this page
View Source
GetValueInternal(ExpressionState)
Declaration
public override ITypedValue GetValueInternal(ExpressionState state)
Parameters
Returns
Type |
Description |
ITypedValue |
|
Overrides
|
Edit this page
View Source
ToStringAST()
Declaration
public override string ToStringAST()
Returns
Type |
Description |
System.String |
|
Overrides
Implements