@FunctionalInterface public interface RuleHandler
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handle(CharSequence chars,
com.github.sisyphsu.retree.ReMatcher matcher,
DateBuilder dt)
Parse substring[from, to) of the specified string
|
void handle(CharSequence chars, com.github.sisyphsu.retree.ReMatcher matcher, DateBuilder dt)
chars - The original string in char[]matcher - The underline ReMatcherdt - DateTime to accept parsed properties.Copyright © 2019. All rights reserved.