Exemple #1
0
 internal override Node Accept(NodeVisitor visitor) => visitor.Visit(this);
 internal abstract void Accept(NodeVisitor visitor);