PrivateconstructorPrivatecomputeCompute and validate the full set of matching integers from parsed components.
PrivateexpandExpand a special alias into its 5-field equivalent.
Parse a cron expression into a fully validated internal representation.
The returned object contains the parsed field definitions together with pre-computed value sets for efficient schedule evaluation.
A standard 5-field cron string or special alias.
A fully parsed cron expression.
PrivateparseParse a single field token into components.
PrivateresolveExpand a named alias (e.g. JAN) to its numeric value for the given field.
PrivatesplitConvert a cron expression into a structured CronObject.
A standard 5-field cron string or special alias.
A CronObject containing the raw field values.
Convert a cron expression into a ordered CronTuple.
A standard 5-field cron string or special alias.
A CronTuple with ordered cron fields
StaticgetGet the CronParser instance.
Parses and validates cron expressions into structured objects.