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
示例#1
0
 public abstract void Visit(CallNode node);
示例#2
0
		public abstract void Visit(CallNode node);