C# Class QL.QLClasses.Expressions.Literals.StringLiteral

Inheritance: ExpressionBase
Show file Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
CheckType ( QLTypeErrors typeErrors ) : bool
Evaluate ( ) : QValue
GetResultType ( ) : QType
StringLiteral ( string value ) : QL.QLClasses.Types
ToString ( ) : string

Method Details

CheckType() public method

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
return bool

Evaluate() public method

public Evaluate ( ) : QValue
return QL.QLClasses.Values.QValue

GetResultType() public method

public GetResultType ( ) : QType
return QL.QLClasses.Types.QType

StringLiteral() public method

public StringLiteral ( string value ) : QL.QLClasses.Types
value string
return QL.QLClasses.Types

ToString() public method

public ToString ( ) : string
return string