コード例 #1
0
 public void visit(Int16Type t)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public virtual void visit(Int16Type t)
 {
     // Do nothing; leave the implementation to the main class
 }