add method

void add(
  1. Line line
)

Implementation

void add(tac.Line line) {
  code.add(line);
}