public interface ApexSignatureMatcher
Modifier and Type | Method | Description |
---|---|---|
boolean |
hasMatchingSig(ApexQualifiedName qname,
ApexOperationSigMask sigMask) |
Returns true if the signature of the operation designated by the qualified name is covered by the mask.
|
boolean hasMatchingSig(ApexQualifiedName qname, ApexOperationSigMask sigMask)
qname
- The operation to testsigMask
- The signature mask to useCopyright © 2002–2018 PMD. All rights reserved.