class AvarList { public void visit( Visitor v ) { v.action( this ); } }