public class Group extends Object
| Constructor and Description |
|---|
Group(String value,
int start,
int end,
List<Group> children) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
getChildren() |
int |
getEnd() |
int |
getStart() |
String |
getValue() |
List<String> |
getValues() |
Copyright © 2019. All rights reserved.