Example #1
0
 public void visitConstantValue(ConstantValue cv) {
   cv.accept(visitor);
 }