@override void visitParamDecl(ParamDecl node) { node.subAccept(this); _currentNamespace.define(node.id.id, node); }