Base class of all nodes that represent calls such as f(x), operator calls such as x + y, braced blocks, and all other things that are not simple symbols and literals.
Наследование: LNode
Пример #1
0
 public abstract void Visit(CallNode node);
Пример #2
0
		public abstract void Visit(CallNode node);