Exemplo n.º 1
0
 public virtual ReturnType VisitTypeExpr(AstTypeRef expr, DataType data            = default) => default;
Exemplo n.º 2
0
 public override string VisitTypeExpr(AstTypeRef type, int data = 0)
 {
     return(type.Value.ToString());
 }