Class TypePool.Default.LazyTypeDescription.GenericTypeToken.ForTypeVariable.UnresolvedTypeVariable

    • Field Detail

      • typeVariableSource

        private final TypeVariableSource typeVariableSource
        The undeclared type variable's source.
      • typePool

        private final TypePool typePool
        The type pool to use.
      • symbol

        private final java.lang.String symbol
        The type variable's symbol.
    • Constructor Detail

      • UnresolvedTypeVariable

        protected UnresolvedTypeVariable​(TypeVariableSource typeVariableSource,
                                         TypePool typePool,
                                         java.lang.String symbol,
                                         java.util.List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens)
        Creates an unresolved type variable.
        Parameters:
        typeVariableSource - The undeclared type variable's source.
        typePool - The type pool to use.
        symbol - The type variable's symbol.
        annotationTokens - The type variable's annotation tokens.
    • Method Detail

      • getUpperBounds

        public TypeList.Generic getUpperBounds()

        Returns the upper bounds of this type. Any type with a well-defined upper bound is bound by at least one type. If no such type is defined, the bound is implicitly Object.

        Only non-symbolic type variables (TypeDefinition.Sort.VARIABLE, and wildcard types (TypeDefinition.Sort.WILDCARD) have well-defined upper bounds. For other types, an IllegalStateException is thrown.

        Returns:
        The upper bounds of this type.
      • getTypeVariableSource

        public TypeVariableSource getTypeVariableSource()
        Returns the source of this type variable. A type variable source is only well-defined for an attached type variable (TypeDefinition.Sort.VARIABLE. For other types, this method throws an IllegalStateException.
        Returns:
        This type's type variable source.
      • getDeclaredAnnotations

        public AnnotationList getDeclaredAnnotations()
        Returns a list of annotations that are declared by this instance.
        Returns:
        A list of declared annotations.