Interface IHasChildJSType

  • All Known Implementing Classes:
    JSArrayType, JSListType

    public interface IHasChildJSType
    Interface for JSType objects having child types. Used for lists, arrays and maps.
    Author:
    Philip Helger
    • Method Detail

      • getChildType

        @Nonnull
        JSType getChildType()
        Returns:
        The type of the child. May not be null.