C# Class Steeltoe.Common.Expression.Internal.Spring.Ast.LongLiteral

Inheritance: Steeltoe.Common.Expression.Internal.Spring.Ast.Literal
Mostrar archivo Open project: SteeltoeOSS/Steeltoe Class Usage Examples

Public Methods

Method Description
GenerateCode ( ILGenerator gen, CodeFlow cf ) : void
GetLiteralValue ( ) : ITypedValue
IsCompilable ( ) : bool
LongLiteral ( string payload, int startPos, int endPos, long value ) : System.Reflection.Emit

Method Details

GenerateCode() public method

public GenerateCode ( ILGenerator gen, CodeFlow cf ) : void
gen ILGenerator
cf CodeFlow
return void

GetLiteralValue() public method

public GetLiteralValue ( ) : ITypedValue
return ITypedValue

IsCompilable() public method

public IsCompilable ( ) : bool
return bool

LongLiteral() public method

public LongLiteral ( string payload, int startPos, int endPos, long value ) : System.Reflection.Emit
payload string
startPos int
endPos int
value long
return System.Reflection.Emit