예제 #1
0
 internal override Node Accept(MutationVisitor v) => v.Visit(this);
예제 #2
0
 internal abstract Node Accept(MutationVisitor v);