예제 #1
0
 public void accept(IJavaVisitor visitor) {
   if (visitor.visitAdapter(this)) visitor.visit(this);
 }