public override object visit(Visitor v,object arg)
 {
     return v.VisitTypeCAST(this,arg);
 }