Class ValueContainer


  • public final class ValueContainer
    extends Object
    Records values matched with a pattern. XXX instead of this container, could have dedicated value holders, and pass them right into NodeMatcher.capture(String) or ChildMatcher.capture(String), having fields with this value holders in the generated matcher. It gonna take a bit more work (extra classes), hence stick to this one unless get time/taste to refactor.
    Since:
    3.4