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.
Inheritance: LNode
Example #1
0
 public abstract void Visit(CallNode node);
Example #2
0
		public abstract void Visit(CallNode node);