コード例 #1
0
ファイル: ASTExponent.cs プロジェクト: goric/cflat
 public override void Visit(Visitor v)
 {
     v.VisitExponent(this);
 }