C# Class QL.QLClasses.Statements.Question

Inheritance: StatementBase
ファイルを表示 Open project: software-engineering-amsterdam/poly-ql

Protected Properties

Property Type Description
Label string
Memory QLMemory
Name string
Type QL.QLClasses.Types.QType

Public Methods

Method Description
Build ( QLGuiBuilder guiBuilder ) : void
CheckType ( QLTypeErrors typeErrors ) : bool
Question ( QLMemory memory, string name, string label, QType type ) : QL.Interpreter

Protected Methods

Method Description
DeclareValue ( ) : void

Method Details

Build() public method

public Build ( QLGuiBuilder guiBuilder ) : void
guiBuilder QL.Interpreter.QLGuiBuilder
return void

CheckType() public method

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

DeclareValue() protected method

protected DeclareValue ( ) : void
return void

Question() public method

public Question ( QLMemory memory, string name, string label, QType type ) : QL.Interpreter
memory QLMemory
name string
label string
type QL.QLClasses.Types.QType
return QL.Interpreter

Property Details

Label protected_oe property

protected string Label
return string

Memory protected_oe property

protected QLMemory Memory
return QLMemory

Name protected_oe property

protected string Name
return string

Type protected_oe property

protected QType,QL.QLClasses.Types Type
return QL.QLClasses.Types.QType