ASTStatementValue constructor

ASTStatementValue(
  1. ASTBlock block,
  2. ASTValue value
)

Implementation

ASTStatementValue(ASTBlock block, this.value) : super();