Class StringLiteral
Inheritance
System.Object
StringLiteral
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class StringLiteral : Literal, ISpelNode
Constructors
|
Edit this page
View Source
StringLiteral(String, Int32, Int32, String)
Declaration
public StringLiteral(string payload, int startPos, int endPos, string value)
Parameters
Type |
Name |
Description |
System.String |
payload |
|
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
System.String |
value |
|
Methods
|
Edit this page
View Source
GenerateCode(ILGenerator, CodeFlow)
Declaration
public override void GenerateCode(ILGenerator gen, CodeFlow cf)
Parameters
Type |
Name |
Description |
ILGenerator |
gen |
|
CodeFlow |
cf |
|
Overrides
|
Edit this page
View Source
GetLiteralValue()
Declaration
public override ITypedValue GetLiteralValue()
Returns
Type |
Description |
ITypedValue |
|
Overrides
|
Edit this page
View Source
IsCompilable()
Declaration
public override bool IsCompilable()
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements