Uses of Interface
org.sonar.plugins.java.api.semantic.MethodMatchers.NameBuilder
Packages that use MethodMatchers.NameBuilder
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of MethodMatchers.NameBuilder in org.sonar.java.matcher
Classes in org.sonar.java.matcher that implement MethodMatchers.NameBuilderMethods in org.sonar.java.matcher that return MethodMatchers.NameBuilderModifier and TypeMethodDescriptionMethodMatchersBuilder.ofAnyType()
MethodMatchersBuilder.ofSubTypes(String... fullyQualifiedTypeNames)
-
Uses of MethodMatchers.NameBuilder in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return MethodMatchers.NameBuilderModifier and TypeMethodDescriptionMethodMatchers.TypeBuilder.ofAnyType()
Match any type.MethodMatchers.TypeBuilder.ofSubTypes(String... fullyQualifiedTypeNames)
Match any of the type and sub-type of the fully qualified names.Match a type matching a predicate.Match any of the fully qualified name types, but not the subtype.