Class Group

java.lang.Object
io.cucumber.cucumberexpressions.Group

@API(status=STABLE) public class Group extends Object
  • Method Details

    • getValue

      public String getValue()
    • getStart

      public int getStart()
    • getEnd

      public int getEnd()
    • getChildren

      public List<Group> getChildren()
    • getValues

      public List<String> getValues()
    • parse

      public static Collection<Group> parse(Pattern expression)
      Parse a Pattern into collection of Groups
      Parameters:
      expression - the expression to decompose
      Returns:
      A collection of Groups, possibly empty but never null