Interface QualifyingName

All Superinterfaces:
Comparable<Name>, FullyQualifiedName, Name, QualifiedName, Qualifier
All Known Subinterfaces:
Names, OtherName
All Known Implementing Classes:
CppNames.ForBinary, CppNames.ForComponent

public interface QualifyingName extends FullyQualifiedName, Qualifier
Represents a name that can act as a qualifier.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.nokee.commons.names.Qualifier

    Qualifier.Visitor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    appendTo(dev.nokee.commons.names.NameBuilder builder)
     

    Methods inherited from interface dev.nokee.commons.names.FullyQualifiedName

    relativeTo, toString

    Methods inherited from interface dev.nokee.commons.names.Name

    compareTo, get

    Methods inherited from interface dev.nokee.commons.names.QualifiedName

    with

    Methods inherited from interface dev.nokee.commons.names.Qualifier

    accept
  • Method Details

    • appendTo

      void appendTo(dev.nokee.commons.names.NameBuilder builder)