Concat
Concatenation a · b.
Attributes
Members list
Value members
Inherited methods
Intersection: this ∩ other.
Intersection: this ∩ other.
Attributes
- Inherited from:
- Regex
Concatenation: this · other.
Concatenation: this · other.
Attributes
- Inherited from:
- Regex
An iterator over the names of all the elements of this product.
An iterator over the names of all the elements of this product.
Attributes
- Inherited from:
- Product
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
Quantifier this{n,m} where m can be Int.MaxValue for unbounded.
Quantifier this{n,m} where m can be Int.MaxValue for unbounded.
Attributes
- Inherited from:
- Regex
Inherited fields
Cached: this tree is immutable and gets hashed repeatedly by the Set-based ACI normalization in Regex.alt/Regex.inter and by the visited-state set driving Brzozowski derivative exploration in Subset — recomputing structurally every time would walk the whole subtree on each lookup.
Cached: this tree is immutable and gets hashed repeatedly by the Set-based ACI normalization in Regex.alt/Regex.inter and by the visited-state set driving Brzozowski derivative exploration in Subset — recomputing structurally every time would walk the whole subtree on each lookup.
Attributes
- Inherited from:
- Regex