private string printType(TypeExpression type) { if (type != null) { return(type.ToString()); } else { return("ERROR!! NO ASIGNADO"); } //return ""; }