Interface ApexSignatureMatcher
-
public interface ApexSignatureMatcher
- Author:
- Clément Fournier
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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.
-
-
-
Method Detail
-
hasMatchingSig
boolean hasMatchingSig(ApexQualifiedName qname, ApexOperationSigMask sigMask)
Returns true if the signature of the operation designated by the qualified name is covered by the mask.- Parameters:
qname
- The operation to testsigMask
- The signature mask to use- Returns:
- True if the signature of the operation designated by the qualified name is covered by the mask
-
-