예제 #1
0
 protected void SetValues(BaseBooleanExpression condition, BaseAST onTrue, BaseAST onFalse)
 {
     Condition = condition;
     OnTrue    = onTrue;
     OnFalse   = onFalse;
 }
 protected void SetValues(BaseBooleanExpression Condition, BaseStatementList block)
 {
     this.Condition = Condition;
     this.block     = block;
 }
예제 #3
0
 protected void SetValues(BaseBooleanExpression Condition, BaseStatementList block)
 {
     this.Condition = Condition;
     this.block = block;
 }
예제 #4
0
 protected void SetValues(BaseBooleanExpression condition, BaseAST onTrue, BaseAST onFalse)
 {
     Condition = condition;
     OnTrue = onTrue;
     OnFalse = onFalse;
 }