Searched refs:maybeTypeVariable (Results 1 – 1 of 1) sorted by relevance
729 public static TypeVariable asTypeVariable(TypeMirror maybeTypeVariable) { in asTypeVariable() argument730 return maybeTypeVariable.accept(TypeVariableVisitor.INSTANCE, null); in asTypeVariable()