Package it.unive.lisa.util.datastructures.regex
-
Class Summary Class Description Atom ARegularExpressionrepresenting a single string.Comp ARegularExpressionrepresenting the sequential composition of two regular expressions.EmptySet ARegularExpressionrepresenting the empty set of strings.Or ARegularExpressionrepresenting an or between two other regular expressions.RegularExpression A regular expression that can be recognized by anAutomaton, or that can be used to represent the language recognized by an automaton.RegularExpression.PartialSubstring A class that represents an intermediate result of the computation ofRegularExpression.substring(int, int).Star ARegularExpressionrepresenting a loop, repeated an arbitrary number of times, over an inner regular expression.TopAtom ARegularExpressionrepresenting a sequence of unknown characters of arbitrary length.