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