Package io.cucumber.cucumberexpressions
Class Group
- java.lang.Object
-
- io.cucumber.cucumberexpressions.Group
-
@API(status=STABLE) public class Group extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Group>getChildren()intgetEnd()intgetStart()StringgetValue()List<String>getValues()static Collection<Group>parse(Pattern expression)
-
-
-
Method Detail
-
getValue
public String getValue()
-
getStart
public int getStart()
-
getEnd
public int getEnd()
-
parse
public static Collection<Group> parse(Pattern expression)
- Parameters:
expression- the expression to decompose- Returns:
- A collection of
Groups, possibly empty but nevernull
-
-