Beispiel #1
0
 public final void acceptVisitor(JSONVisitor visitor) {
   visitor.visitDouble(this);
 }