Class JavaOperationQualifiedName

    • Method Detail

      • isOperation

        public boolean isOperation()
        Deprecated.
      • isClass

        public boolean isClass()
        Deprecated.
      • isLambda

        public boolean isLambda()
        Deprecated.
        Returns true if this qualified name identifies a lambda expression.
      • getOperation

        public String getOperation()
        Deprecated.
        Returns the operation specific part of the name. It identifies an operation in its namespace.
        Overrides:
        getOperation in class JavaQualifiedName
        Returns:
        The operation string.
      • structurallyEquals

        protected boolean structurallyEquals​(JavaQualifiedName qname)
        Deprecated.
        Description copied from class: JavaQualifiedName
        Returns true if the given qname is identical to this qname. Performs a structural comparison. Used in the implementation of JavaQualifiedName.equals(Object) after taking shortcuts.
        Specified by:
        structurallyEquals in class JavaQualifiedName
        Parameters:
        qname - The other comparand. Can always be casted down to the subclass type in which this method is overridden
      • buildHashCode

        protected int buildHashCode()
        Deprecated.
        Description copied from class: JavaQualifiedName
        Computes the hashcode. Called once, then cached. Since QualifiedNames are mostly used as the keys of a map, caching the hashcode makes sense.
        Specified by:
        buildHashCode in class JavaQualifiedName