Uses of Class
edu.washington.cs.knowitall.regex.Match
Packages that use Match
-
Uses of Match in edu.washington.cs.knowitall.regex
Subclasses of Match in edu.washington.cs.knowitall.regexModifier and TypeClassDescriptionprotected static final class
A match representation that has efficient method calls but is immutable.protected static final class
A match representation that is mutable but many method calls compute values instead of returning stored values.Methods in edu.washington.cs.knowitall.regex that return MatchModifier and TypeMethodDescriptionFind the first match of the regular expression against tokens.Find the first match of the regular expression against tokens, starting at the specified index.Determine if the regular expression matches the beginning of the supplied tokens.Determine if the regular expression matches the supplied tokens, starting at the specified index.Methods in edu.washington.cs.knowitall.regex that return types with arguments of type MatchModifier and TypeMethodDescriptionFind all non-overlapping matches of the regular expression against tokens.Constructors in edu.washington.cs.knowitall.regex with parameters of type Match