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

Inheritance: Steeltoe.Common.Expression.Internal.Spring.Ast.Literal
Afficher le fichier Open project: SteeltoeOSS/Steeltoe Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GenerateCode ( ILGenerator gen, CodeFlow cf ) : void
gen ILGenerator
cf CodeFlow
Résultat void

GetLiteralValue() public méthode

public GetLiteralValue ( ) : ITypedValue
Résultat ITypedValue

IsCompilable() public méthode

public IsCompilable ( ) : bool
Résultat bool

LongLiteral() public méthode

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