Interface IHasJSCodeWithSettings

    • Method Detail

      • getJSCode

        @Nullable
        default String getJSCode()
        Specified by:
        getJSCode in interface IHasJSCode
        Returns:
        The JavaScript code representation. May be null to indicate no JS code.
      • getJSCode

        @Nullable
        String getJSCode​(@Nullable
                         IJSWriterSettings aSettings)
        Parameters:
        aSettings - The formatter settings to be used. May be null for the default settings.
        Returns:
        The JavaScript code representation. May be null to indicate no JS code.