Interface Group


public interface Group
A capture group in a Regular or Cucumber Expression.
  • Method Details

    • getChildren

      Collection<Group> getChildren()
    • getValue

      String getValue()
    • getStart

      int getStart()
    • getEnd

      int getEnd()