Interface NameMaker

  • All Known Implementing Classes:
    KeywordNameMaker

    public interface NameMaker
    Base interface for name generators for a given namespace.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String nextName​(java.lang.String descriptor)
      Return the next unique name for this namespace, differing only for identical arg-lists.
    • Method Detail

      • nextName

        java.lang.String nextName​(java.lang.String descriptor)
        Return the next unique name for this namespace, differing only for identical arg-lists.
        Parameters:
        descriptor - the descriptor
        Returns:
        the string