Class ToDisplayStringFormat

java.lang.Object
com.oracle.truffle.js.runtime.ToDisplayStringFormat

public final class ToDisplayStringFormat extends Object
ToDisplayString formatting parameters.
See Also:
  • Method Details

    • getMaxDepth

      public int getMaxDepth()
    • getMaxElements

      public int getMaxElements()
    • quoteString

      public boolean quoteString()
    • includeArrayLength

      public boolean includeArrayLength()
    • withQuoteString

      public ToDisplayStringFormat withQuoteString(boolean quote)
    • getDefaultFormat

      public static ToDisplayStringFormat getDefaultFormat()