Class TypeVariableSource.AbstractBase

    • Constructor Detail

      • AbstractBase

        public AbstractBase()
    • Method Detail

      • findVariable

        public TypeDescription.Generic findVariable​(java.lang.String symbol)
        Finds a particular variable with the given name in the closes type variable source that is visible from this instance.
        Specified by:
        findVariable in interface TypeVariableSource
        Parameters:
        symbol - The symbolic name of the type variable.
        Returns:
        The type variable.