Uses of Class
edu.washington.cs.knowitall.regex.Match.Group
-
Packages that use Match.Group Package Description edu.washington.cs.knowitall.regex -
-
Uses of Match.Group in edu.washington.cs.knowitall.regex
Fields in edu.washington.cs.knowitall.regex with type parameters of type Match.Group Modifier and Type Field Description private java.util.List<Match.Group<E>>
Match.FinalMatch. groups
protected java.util.List<Match.Group<E>>
Match. pairs
Methods in edu.washington.cs.knowitall.regex that return Match.Group Modifier and Type Method Description Match.Group<E>
Match. group(java.lang.String name)
Retrieve a group by name.Methods in edu.washington.cs.knowitall.regex that return types with arguments of type Match.Group Modifier and Type Method Description java.util.List<Match.Group<E>>
Match.FinalMatch. groups()
abstract java.util.List<Match.Group<E>>
Match. groups()
java.util.List<Match.Group<E>>
Match.IntermediateMatch. groups()
java.util.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.Group Modifier and Type Method Description boolean
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 Modifier and Type Method Description boolean
Match. addAll(java.util.Collection<Match.Group<E>> pairs)
-