Uses of Annotation Type
com.google.errorprone.annotations.ForOverride
Package
Description
Checks added to the java compiler which detect common bug patterns.
A predicate DSL for matching javac AST nodes.
-
Uses of ForOverride in com.google.errorprone.bugpatterns
Modifier and TypeMethodDescriptionprotected boolean
AbstractMustBeClosedChecker.exemptChange
(com.sun.source.tree.ExpressionTree tree, VisitorState state) protected Matcher
<? super com.sun.source.tree.MethodInvocationTree> AbstractPatternSyntaxChecker.getMatcherWithFlags()
protected Matcher
<? super com.sun.source.tree.MethodInvocationTree> AbstractPatternSyntaxChecker.getMatcherWithoutFlags()
protected abstract Description
AbstractPatternSyntaxChecker.matchRegexLiteral
(com.sun.source.tree.MethodInvocationTree tree, VisitorState state, String pattern, int flags) -
Uses of ForOverride in com.google.errorprone.matchers
Modifier and TypeMethodDescriptionChildMultiMatcher.getChildNodes
(T tree, VisitorState state) Returns the set of child nodes to match. -
Uses of ForOverride in com.google.errorprone.refaster