예제 #1
0
 public virtual ReturnType VisitReferenceTypeExpr(AstReferenceTypeExpr type, DataType data = default) => default;
예제 #2
0
 public override string VisitReferenceTypeExpr(AstReferenceTypeExpr type, int data = 0)
 {
     return($"&{type.Target.Accept(this)}");
 }