Package io.cucumber.plugin.event
Interface Group
-
public interface GroupA capture group in a Regular or Cucumber Expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Group>getChildren()intgetEnd()intgetStart()StringgetValue()
-
-
-
Method Detail
-
getChildren
Collection<Group> getChildren()
-
getValue
String getValue()
-
getStart
int getStart()
-
getEnd
int getEnd()
-
-