Interface BugChecker.LambdaExpressionTreeMatcher
- All Superinterfaces:
Suppressible
- All Known Implementing Classes:
CompileTimeConstantChecker
,GuardedByChecker
,ImmutableChecker
,StreamToIterable
,UnsafeWildcard
- Enclosing class:
BugChecker
- Author:
- Colin Decker, Eddie Aftandilian (eaftan@google.com)
-
Method Summary
Modifier and TypeMethodDescriptionmatchLambdaExpression
(com.sun.source.tree.LambdaExpressionTree tree, VisitorState state) Methods inherited from interface com.google.errorprone.matchers.Suppressible
allNames, canonicalName, customSuppressionAnnotations, supportsSuppressWarnings, suppressedByAnyOf
-
Method Details
-
matchLambdaExpression
Description matchLambdaExpression(com.sun.source.tree.LambdaExpressionTree tree, VisitorState state)
-