예제 #1
0
 public Boolean visitExecutable(ExecutableType t, Void v) {
   return t.getParameterTypes().isEmpty();
 }