Class IntLiteral
Inheritance
System.Object
IntLiteral
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class IntLiteral : Literal, ISpelNode
Constructors
|
Edit this page
View Source
IntLiteral(String, Int32, Int32, Int32)
Declaration
public IntLiteral(string payload, int startPos, int endPos, int value)
Parameters
Type |
Name |
Description |
System.String |
payload |
|
System.Int32 |
startPos |
|
System.Int32 |
endPos |
|
System.Int32 |
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
Implements