C# 클래스 QL.QLClasses.Statements.ComputedQuestion

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

공개 메소드들

메소드 설명
Build ( QLGuiBuilder guiBuilder ) : void
CheckType ( QLTypeErrors typeErrors ) : bool
ComputedQuestion ( QLMemory memory, string name, string label, QType type, ExpressionBase expression ) : QL.Interpreter

보호된 메소드들

메소드 설명
DeclareValue ( ) : void

메소드 상세

Build() 공개 메소드

public Build ( QLGuiBuilder guiBuilder ) : void
guiBuilder QL.Interpreter.QLGuiBuilder
리턴 void

CheckType() 공개 메소드

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

ComputedQuestion() 공개 메소드

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
리턴 QL.Interpreter

DeclareValue() 보호된 메소드

protected DeclareValue ( ) : void
리턴 void