Class TypePool.Default.LazyTypeDescription.TypeContainment.WithinType

    • Field Detail

      • name

        private final java.lang.String name
        The type's binary name.
      • localType

        private final boolean localType
        true if the type is a local type unless it is an anonymous type.
    • Constructor Detail

      • WithinType

        protected WithinType​(java.lang.String internalName,
                             boolean localType)
        Creates a new type containment for a type that is declared within another type.
        Parameters:
        internalName - The type's internal name.
        localType - true if the type is a local type unless it is an anonymous type.