Class JSTemporalPlainTimeObject

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

public final class JSTemporalPlainTimeObject extends JSTemporalCalendarHolder
  • Constructor Details

    • JSTemporalPlainTimeObject

      protected JSTemporalPlainTimeObject(com.oracle.truffle.api.object.Shape shape, JSDynamicObject proto, int hour, int minute, int second, int millisecond, int microsecond, int nanosecond, Object calendar)
  • Method Details

    • getHour

      public int getHour()
    • getMinute

      public int getMinute()
    • getSecond

      public int getSecond()
    • getMillisecond

      public int getMillisecond()
    • getMicrosecond

      public int getMicrosecond()
    • getNanosecond

      public int getNanosecond()
    • 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