Class TypePool.Default.GenericTypeExtractor.IncompleteToken.ForInnerClass

    • Constructor Detail

      • ForInnerClass

        public ForInnerClass​(java.lang.String internalName,
                             TypePool.Default.GenericTypeExtractor.IncompleteToken outerTypeToken)
        Creates a new incomplete token representing a type without an outer type.
        Parameters:
        internalName - The internal name of the type.
        outerTypeToken - The incomplete token representing the outer 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.