Package org.sonar.java.checks.helpers
Class MethodTreeUtils
java.lang.Object
org.sonar.java.checks.helpers.MethodTreeUtils
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<MethodInvocationTree>consecutiveMethodInvocation(Tree tree)static booleanstatic booleanstatic booleanstatic Optional<MethodInvocationTree>subsequentMethodInvocation(Tree tree, MethodMatchers methodMatchers)
-
Method Details
-
isMainMethod
-
isEqualsMethod
-
isHashCodeMethod
-
consecutiveMethodInvocation
-
subsequentMethodInvocation
public static Optional<MethodInvocationTree> subsequentMethodInvocation(Tree tree, MethodMatchers methodMatchers)
-