118119120121122123124125
return type; } public void accept(Visitor v) { WebModuleVisitor wv = (WebModuleVisitor) v; wv.visit(this); }