public final class PackageStats extends Object
ClassStats| Modifier and Type | Method and Description |
|---|---|
boolean |
hasMatchingSig(QualifiedName qname,
OperationSigMask sigMask)
Returns true if the signature of the operation designated by the qualified name is covered by
the mask.
|
boolean |
hasMatchingSig(QualifiedName qname,
String fieldName,
FieldSigMask sigMask)
Returns true if the signature of the field designated by its name and the qualified name of its class is
covered by the mask.
|
public boolean hasMatchingSig(QualifiedName qname, OperationSigMask sigMask)
qname - The operation to testsigMask - The signature mask to usepublic boolean hasMatchingSig(QualifiedName qname, String fieldName, FieldSigMask sigMask)
qname - The class of the fieldfieldName - The name of the fieldsigMask - The signature mask to useCopyright © 2002–2017 PMD. All rights reserved.