C# 클래스 QL.QLClasses.Expressions.Literals.StringLiteral

상속: ExpressionBase
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql

공개 메소드들

메소드 설명
CheckType ( QLTypeErrors typeErrors ) : bool
Evaluate ( ) : QValue
GetResultType ( ) : QType
StringLiteral ( string value ) : QL.QLClasses.Types
ToString ( ) : string

메소드 상세

CheckType() 공개 메소드

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
리턴 bool

Evaluate() 공개 메소드

public Evaluate ( ) : QValue
리턴 QL.QLClasses.Values.QValue

GetResultType() 공개 메소드

public GetResultType ( ) : QType
리턴 QL.QLClasses.Types.QType

StringLiteral() 공개 메소드

public StringLiteral ( string value ) : QL.QLClasses.Types
value string
리턴 QL.QLClasses.Types

ToString() 공개 메소드

public ToString ( ) : string
리턴 string