3536373839404142
} else { throw new IllegalArgumentException("Invalid repeater: " + repeater); } */ MutableInterval MutableInterval = Chronic.parse("this second", new Options(options.getNow(), false)); return handle(tokens, MutableInterval, options); }
22232425262728
public Repeater(T type) { super(type); } public static List<Token> scan(List<Token> tokens) { return Repeater.scan(tokens, new Options()); }