コード例 #1
0
 public abstract void visit(Int16Literal n);
コード例 #2
0
 public virtual void visit(Int16Literal n)
 {
     throw new NotImplementedException();
 }