Class ApexOperationSignature

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.metrics.Signature<ASTMethod>

    public final class ApexOperationSignature
    extends ApexSignature
    implements net.sourceforge.pmd.lang.metrics.Signature<ASTMethod>
    Author:
    Clément Fournier
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • of

        public static ApexOperationSignature of​(ASTMethod node)
        Builds the signature of this node.
        Parameters:
        node - The method node
        Returns:
        The signature of the node