C# 클래스 Steeltoe.Common.Expression.Internal.Spring.Ast.LongLiteral

상속: Steeltoe.Common.Expression.Internal.Spring.Ast.Literal
파일 보기 프로젝트 열기: SteeltoeOSS/Steeltoe 1 사용 예제들

공개 메소드들

메소드 설명
GenerateCode ( ILGenerator gen, CodeFlow cf ) : void
GetLiteralValue ( ) : ITypedValue
IsCompilable ( ) : bool
LongLiteral ( string payload, int startPos, int endPos, long value ) : System.Reflection.Emit

메소드 상세

GenerateCode() 공개 메소드

public GenerateCode ( ILGenerator gen, CodeFlow cf ) : void
gen ILGenerator
cf CodeFlow
리턴 void

GetLiteralValue() 공개 메소드

public GetLiteralValue ( ) : ITypedValue
리턴 ITypedValue

IsCompilable() 공개 메소드

public IsCompilable ( ) : bool
리턴 bool

LongLiteral() 공개 메소드

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