Class TypePool.Default.WithLazyResolution.ExtendedLazyTypeDescription.LazyInterface

    • Field Detail

      • internalName

        private final java.lang.String internalName
        The internal name of the represented interface.
      • index

        private final int index
        The index of the interface as supplied by the enclosing lazy type description.
    • Constructor Detail

      • LazyInterface

        protected LazyInterface​(java.lang.String internalName,
                                int index)
        Creates a lazy interface of an extended lazy type description.
        Parameters:
        internalName - The internal name of the represented interface.
        index - The index of the interface as supplied by the enclosing lazy type description.