Table of Contents

Class StringLiteral

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

Constructors

StringLiteral(string, int, int, string)

public StringLiteral(string payload, int startPos, int endPos, string value)

Parameters

payload string
startPos int
endPos int
value string

Methods

GenerateCode(ILGenerator, CodeFlow)

public override void GenerateCode(ILGenerator gen, CodeFlow cf)

Parameters

gen ILGenerator
cf CodeFlow

GetLiteralValue()

public override ITypedValue GetLiteralValue()

Returns

ITypedValue

IsCompilable()

public override bool IsCompilable()

Returns

bool

ToString()

public override string ToString()

Returns

string