C# 클래스 Mono.CSharp.IntegralConstant

상속: Constant
파일 보기 프로젝트 열기: vargaz/mono

공개 메소드들

메소드 설명
Error_ValueCannotBeConverted ( ResolveContext ec, System.TypeSpec target, bool expl ) : void
GetValueAsLiteral ( ) : string
Increment ( ) : Constant

보호된 메소드들

메소드 설명
IntegralConstant ( System.TypeSpec type, Mono.CSharp.Location loc ) : System

메소드 상세

Error_ValueCannotBeConverted() 공개 메소드

public Error_ValueCannotBeConverted ( ResolveContext ec, System.TypeSpec target, bool expl ) : void
ec ResolveContext
target System.TypeSpec
expl bool
리턴 void

GetValueAsLiteral() 공개 메소드

public GetValueAsLiteral ( ) : string
리턴 string

Increment() 공개 추상적인 메소드

public abstract Increment ( ) : Constant
리턴 Constant

IntegralConstant() 보호된 메소드

protected IntegralConstant ( System.TypeSpec type, Mono.CSharp.Location loc ) : System
type System.TypeSpec
loc Mono.CSharp.Location
리턴 System