Class ApiFactory
java.lang.Object
com.google.errorprone.bugpatterns.checkreturnvalue.ApiFactory
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.sun.tools.javac.code.TypedropAnnotations(com.sun.tools.javac.code.Type type) static ApifromSymbol(com.sun.tools.javac.code.Symbol.MethodSymbol symbol, com.sun.tools.javac.code.Types types) Returns theApirepresentation of the givensymbol.
-
Method Details
-
fromSymbol
public static Api fromSymbol(com.sun.tools.javac.code.Symbol.MethodSymbol symbol, com.sun.tools.javac.code.Types types) Returns theApirepresentation of the givensymbol. -
dropAnnotations
public static com.sun.tools.javac.code.Type dropAnnotations(com.sun.tools.javac.code.Type type)
-