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
ファイル: LNodeVisitor.cs プロジェクト: default0/LoycCore
		public abstract void Visit(CallNode node);