ASTBranchIfBlock constructor

ASTBranchIfBlock(
  1. ASTExpression condition,
  2. ASTBlock block
)

Implementation

ASTBranchIfBlock(this.condition, this.block);