toStmt method

Statement toStmt()

Implementation

Statement toStmt() {
  return ExpressionStatement(this);
}