Class MatcherType
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.MatcherType
-
- Direct Known Subclasses:
AndMatcherType,BugCodeMatcherType,BugMatcherType,BugPatternMatcherType,ClassMatcherType,DesignationMatcherType,FieldMatcherType,FirstVersionMatcherType,LastVersionMatcherType,LocalMatcherType,MatchMatcherType,MethodMatcherType,NotMatcherType,OrMatcherType,PackageMatcherType,PriorityMatcherType,RankMatcherType,TypeMatcherType
public abstract class MatcherType extends java.lang.ObjectJava class for MatcherType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="MatcherType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MatcherType()
-