Interface ApexSignatureMatcher


  • public interface ApexSignatureMatcher
    Author:
    Clément Fournier
    • 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 test
        sigMask - The signature mask to use
        Returns:
        True if the signature of the operation designated by the qualified name is covered by the mask