Class TypePool.Default.GenericTypeExtractor.IncompleteToken.ForTopLevelType

    • Field Detail

      • internalName

        private final java.lang.String internalName
        The internal name of the type.
    • Constructor Detail

      • ForTopLevelType

        public ForTopLevelType​(java.lang.String internalName)
        Creates a new incomplete token representing a type without an outer type.
        Parameters:
        internalName - The internal name of the type.
    • Method Detail

      • isParameterized

        public boolean isParameterized()
        Returns true if this token describes a type with parameters.
        Returns:
        true if this token describes a type with parameters.
      • getName

        public java.lang.String getName()
        Returns the name of this token.
        Returns:
        The name of this token.