Interface TypePool

    • Method Detail

      • describe

        TypePool.Resolution describe​(java.lang.String name)
        Locates and describes the given type by its name.
        Parameters:
        name - The name of the type to describe. The name is to be written as when calling Object.toString() on a loaded Class.
        Returns:
        A resolution of the type to describe. If the type to be described was found, the returned TypePool.Resolution represents this type. Otherwise, an illegal resolution is returned.
      • clear

        void clear()
        Clears this type pool's cache.