示例#1
0
 public <ResType> ResType accept(UnOpVisitor<ResType> v) {
   return v.forUnOpPlus(this);
 }