C# 클래스 Mono.CSharp.DecimalConstant

상속: Constant
파일 보기 프로젝트 열기: vargaz/mono 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value decimal

공개 메소드들

메소드 설명
ConvertExplicitly ( bool in_checked_context, System.TypeSpec target_type ) : Constant
DecimalConstant ( BuiltinTypes types, decimal d, Mono.CSharp.Location loc ) : System
DecimalConstant ( System.TypeSpec type, decimal d, Mono.CSharp.Location loc ) : System
Emit ( EmitContext ec ) : void
GetValue ( ) : object
GetValueAsLiteral ( ) : string
GetValueAsLong ( ) : long

메소드 상세

ConvertExplicitly() 공개 메소드

public ConvertExplicitly ( bool in_checked_context, System.TypeSpec target_type ) : Constant
in_checked_context bool
target_type System.TypeSpec
리턴 Constant

DecimalConstant() 공개 메소드

public DecimalConstant ( BuiltinTypes types, decimal d, Mono.CSharp.Location loc ) : System
types BuiltinTypes
d decimal
loc Mono.CSharp.Location
리턴 System

DecimalConstant() 공개 메소드

public DecimalConstant ( System.TypeSpec type, decimal d, Mono.CSharp.Location loc ) : System
type System.TypeSpec
d decimal
loc Mono.CSharp.Location
리턴 System

Emit() 공개 메소드

public Emit ( EmitContext ec ) : void
ec EmitContext
리턴 void

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object

GetValueAsLiteral() 공개 메소드

public GetValueAsLiteral ( ) : string
리턴 string

GetValueAsLong() 공개 메소드

public GetValueAsLong ( ) : long
리턴 long

프로퍼티 상세

Value 공개적으로 프로퍼티

public decimal Value
리턴 decimal