C# Class QL.QLClasses.Statements.ComputedQuestion

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

Public Methods

Method Description
Build ( QLGuiBuilder guiBuilder ) : void
CheckType ( QLTypeErrors typeErrors ) : bool
ComputedQuestion ( QLMemory memory, string name, string label, QType type, ExpressionBase expression ) : 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

ComputedQuestion() public method

public ComputedQuestion ( QLMemory memory, string name, string label, QType type, ExpressionBase expression ) : QL.Interpreter
memory QLMemory
name string
label string
type QL.QLClasses.Types.QType
expression QL.QLClasses.Expressions.ExpressionBase
return QL.Interpreter

DeclareValue() protected method

protected DeclareValue ( ) : void
return void