Class BaselineErrorProneScope


  • public final class BaselineErrorProneScope
    extends java.lang.Object
    A compatibility wrapper around Filter. Adapted from ErrorProneScope with additional methods. Original code from (Apache-2.0 License): https://github.com/google/error-prone/blob/ce87ca1c7bb005371837b82ffa69041dd8a356e5/check_api/src/main/java/com/google/errorprone/util/ErrorProneScope.java TODO(fwindheuser): Delete after upstreaming missing methods into "ErrorProneScope".
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Iterable<com.sun.tools.javac.code.Symbol> getSymbols​(java.util.function.Predicate<com.sun.tools.javac.code.Symbol> predicate, com.sun.tools.javac.code.Scope.LookupKind lookupKind)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSymbols

        public java.lang.Iterable<com.sun.tools.javac.code.Symbol> getSymbols​(java.util.function.Predicate<com.sun.tools.javac.code.Symbol> predicate,
                                                                              com.sun.tools.javac.code.Scope.LookupKind lookupKind)