Searched refs:maybeExecutableType (Results 1 – 2 of 2) sorted by relevance
79 public static ExecutableType asExecutable(TypeMirror maybeExecutableType) {80 return maybeExecutableType.accept(ExecutableTypeVisitor.INSTANCE, null);
620 public static ExecutableType asExecutable(TypeMirror maybeExecutableType) { in asExecutable() argument621 return maybeExecutableType.accept(ExecutableTypeVisitor.INSTANCE, null); in asExecutable()