Class TemporalParser
java.lang.Object
com.oracle.truffle.js.runtime.util.TemporalParser
This class holds all the date/time/timezone/calender parsing of Temporal. This is all the code
that is mentioned by grammar in the spec, but where no explicit code is given. If there is code
expressed in terms of the spec, it should not be here (but in TemporalUtil, etc.).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TemporalParser
public TemporalParser(com.oracle.truffle.api.strings.TruffleString input)
-
-
Method Details
-
parseISODateTime
-
parseCalendarDateTime
-
parseYearMonth
-
parseMonthDay
-
parseTimeZoneNumericUTCOffset
-
parseCalendarString
-
isTemporalZonedDateTimeString
public boolean isTemporalZonedDateTimeString() -
isTemporalDateTimeString
public boolean isTemporalDateTimeString() -
result
-
parseTimeZoneIdentifier
-