Class MultipleUnaryOperatorsInMethodCall

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.MultipleUnaryOperatorsInMethodCall
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class MultipleUnaryOperatorsInMethodCall extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Author:
sulku@google.com (Marsela Sulku)
See Also: