C# Class QL.QLClasses.Statements.StatementIf

Inheritance: StatementBase
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
Build ( QLGuiBuilder guiBuilder ) : void
CheckType ( QLTypeErrors typeErrors ) : bool
StatementIf ( ExpressionBase condition, List body ) : System.Collections.Generic
StatementIf ( ExpressionBase condition, List body, List elseBody ) : System.Collections.Generic

Method Details

Build() public méthode

public Build ( QLGuiBuilder guiBuilder ) : void
guiBuilder QL.Interpreter.QLGuiBuilder
Résultat void

CheckType() public méthode

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
Résultat bool

StatementIf() public méthode

public StatementIf ( ExpressionBase condition, List body ) : System.Collections.Generic
condition QL.QLClasses.Expressions.ExpressionBase
body List
Résultat System.Collections.Generic

StatementIf() public méthode

public StatementIf ( ExpressionBase condition, List body, List elseBody ) : System.Collections.Generic
condition QL.QLClasses.Expressions.ExpressionBase
body List
elseBody List
Résultat System.Collections.Generic