Uses of Class
edu.washington.cs.knowitall.regex.Match.Group
Packages that use Match.Group
-
Uses of Match.Group in edu.washington.cs.knowitall.regex
Fields in edu.washington.cs.knowitall.regex with type parameters of type Match.GroupModifier and TypeFieldDescriptionprivate final List
<Match.Group<E>> Match.FinalMatch.groups
protected List
<Match.Group<E>> Match.pairs
Methods in edu.washington.cs.knowitall.regex that return Match.GroupModifier and TypeMethodDescriptionRetrieve a group by name.Methods in edu.washington.cs.knowitall.regex that return types with arguments of type Match.GroupModifier and TypeMethodDescriptionList
<Match.Group<E>> Match.FinalMatch.groups()
abstract List
<Match.Group<E>> Match.groups()
List
<Match.Group<E>> Match.IntermediateMatch.groups()
List
<Match.Group<E>> Match.pairs()
Pairs differ from the matching groups in that each regular expression element has a pair to associate the element with the text matched.Methods in edu.washington.cs.knowitall.regex with parameters of type Match.GroupModifier and TypeMethodDescriptionboolean
Match.add
(Match.Group<E> pair) protected void
Match.Group.addTokens
(Match.Group<E> group) Add tokens to the group.Method parameters in edu.washington.cs.knowitall.regex with type arguments of type Match.Group