addStmt method

void addStmt(
  1. Statement stmt
)

Implementation

void addStmt(o.Statement stmt) {
  _bodyStatements.add(stmt);
}