Esempio n. 1
0
 internal override Node Accept(MutationVisitor v) => v.Visit(this);
Esempio n. 2
0
 internal abstract Node Accept(MutationVisitor v);