Uses of Class
edu.washington.cs.knowitall.regex.Expression.MatchingGroup
-
Packages that use Expression.MatchingGroup Package Description edu.washington.cs.knowitall.regex -
-
Uses of Expression.MatchingGroup in edu.washington.cs.knowitall.regex
Subclasses of Expression.MatchingGroup in edu.washington.cs.knowitall.regex Modifier and Type Class Description static class
Expression.NamedGroup<E>
Represents a matching group that is referred to by name.static class
Expression.NonMatchingGroup<E>
Represents a non-matching group.
-