Interface Qualifier

All Known Subinterfaces:
Names, OtherName, QualifyingName
All Known Implementing Classes:
CppNames.ForBinary, CppNames.ForComponent

public interface Qualifier
Represents qualifying aspect of a Name.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

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

    • accept

      default void accept(Qualifier.Visitor visitor)
    • appendTo

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