Uses of Class
com.google.errorprone.util.SourcePathMatcher
Packages that use SourcePathMatcher
Package
Description
A predicate DSL for matching javac AST nodes.
Utility code.
-
Uses of SourcePathMatcher in com.google.errorprone.matchers
Methods in com.google.errorprone.matchers with parameters of type SourcePathMatcherModifier and TypeMethodDescriptionMatchers.sourcePathMatches(SourcePathMatcher matcher) Matches if the compilation unit's canonical source path (as defined byASTHelpers.getSourcePath(VisitorState)) matches the givenSourcePathMatcher. -
Uses of SourcePathMatcher in com.google.errorprone.util
Methods in com.google.errorprone.util that return SourcePathMatcherModifier and TypeMethodDescriptionstatic SourcePathMatcherCreates aSourcePathMatcherfrom the given path patterns (exact file paths or directory prefixes ending with/).static SourcePathMatcherCreates aSourcePathMatcherfrom the given path patterns (exact file paths or directory prefixes ending with/).static SourcePathMatcherSourcePathMatcher.empty()Returns an emptySourcePathMatcher.