Interface ITargetSelectorByName

    • Method Detail

      • getOwner

        java.lang.String getOwner()
        Get the member owner, can be null
      • getName

        java.lang.String getName()
        Get the member name, can be null
      • getDesc

        java.lang.String getDesc()
        Get the member descriptor, can be null
      • toDescriptor

        java.lang.String toDescriptor()
        Get a representation of this selector as a complete descriptor
      • matches

        MatchResult matches​(java.lang.String owner,
                            java.lang.String name,
                            java.lang.String desc)
        Test whether this selector matches the supplied values. Null values are ignored.
        Parameters:
        owner - Owner to compare with, null to skip
        name - Name to compare with, null to skip
        desc - Signature to compare with, null to skip
        Returns:
        true if all non-null values in this reference match non-null arguments supplied to this method