Class JSSegmenterObject

All Implemented Interfaces:
com.oracle.truffle.api.interop.TruffleObject

public final class JSSegmenterObject extends JSNonProxyObject
  • Constructor Details

  • Method Details

    • getInternalState

      public JSSegmenter.InternalState getInternalState()
    • getBreakIterator

      public org.graalvm.shadowed.com.ibm.icu.text.BreakIterator getBreakIterator()
    • getClassName

      public com.oracle.truffle.api.strings.TruffleString getClassName()
      Description copied from class: JSDynamicObject
      The [[Class]] internal property. For ES5, this is the second part of what Object.prototype.toString.call(myObj) returns, e.g. "[object Array]".
      Overrides:
      getClassName in class JSNonProxyObject