Exemplo n.º 1
0
 @Override
 public <R, C> R accept(Visitor<R, C> visitor) {
   return visitor.visitCollectionLiteralExp(this);
 }