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);