Esempio n. 1
0
 public abstract void visit(UInt16Literal n);
 public virtual void visit(UInt16Literal n)
 {
     throw new NotImplementedException();
 }