Example #1
0
 public void accept(Visitor v) {
   v.visitConstant(this);
 }