resolveStmt method

void resolveStmt(
  1. Stmt stmt
)

Implementation

void resolveStmt(Stmt.Stmt stmt) {
  stmt.accept(this);
}