Пример #1
0
 @Override
 public JsonType visitExecutable(ExecutableType executableType, Void o) {
   throw new UnsupportedOperationException(executableType.toString());
 }
Пример #2
0
 public Boolean visitExecutable(ExecutableType t, Void v) {
   return t.getParameterTypes().isEmpty();
 }