@override void visitAddColumn(AddColumn e, void arg) { keyword(TokenType.add); e.definition.accept(this, arg); }