Uses of Package
edu.washington.cs.knowitall.regex
Packages that use edu.washington.cs.knowitall.regex
-
Classes in edu.washington.cs.knowitall.regex used by edu.washington.cs.knowitall.regexClassDescriptionInterface for a component of a regular expression.A non-consuming expression that matches a token against a property of the text, such as the start or end of a line.An expression with no subexpression that is evaluated against a token using the supplied delegate.Represents a matching group that is referred to by order number.An abstract representation of an edge.A component automaton with a single start state and a single end state.A representation of a movement from a state to another, with a backreference to the previous state.An edge with cost
expression
.An end state.An edge without cost, an epsilon transition.A start state.Representation of a state in the automaton.A start or end state.A class to represent a match.A match representation that has efficient method calls but is immutable.A captured group in a matched expression.A match representation that is mutable but many method calls compute values instead of returning stored values.A regular expression engine that operates over sequences of user-specified objects.A regular expression parser turns strings into RegularExpression objects.