Searched refs:rawType (Results 1 – 1 of 1) sorted by relevance
48 .map(m -> rawType(m, elements)) in forMethod()52 .stream().map(m -> rawType(m, elements)) in forMethod()56 rawType(method.getReturnType(), elements), in forMethod()60 private static TypeMirror rawType(TypeMirror type, Elements elements) { in rawType() method in MethodSignature