execute method

void execute(
  1. Stmt stmt
)

Implementation

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