Class Group


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

      • getValue

        public String getValue()
      • getStart

        public int getStart()
      • getEnd

        public int getEnd()
      • getChildren

        public List<Group> getChildren()
      • 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