public static final class Regulars.VarsInfo extends Object
Regulars.analyseVars(org.stekikun.dolmen.syntax.Regular)
.Modifier and Type | Field and Description |
---|---|
Set<String> |
allVars
All variables bound in the regular expression
|
Set<String> |
chrVars
All variables which can match
sub-expressions that must be of size 1.
|
Set<String> |
dblVars
All variables matched potentially more
than once in the regular expression
|
Set<String> |
optVars
All variables optionally matched in the regular expression
|
Set<String> |
strVars
All variables which can match
sub-expressions that are not guaranteed
to be of size 1.
|