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