class Acorn::Pattern
- Acorn::Pattern
- Reference
- Object
Direct Known Subclasses
Defined in:
acorn/pattern.cracorn/pattern/parse.cr
Constant Summary
-
ANY_NUMBER =
Int32::MAX
-
ONCE =
1..1
Class Method Summary
Instance Method Summary
- #matches : Matches
- #occurrences : Occurrences
- #occurs(new_occurs : Occurrences)
-
#to_debug
Why doesn't
abstract def
work here? - #union(other : Pattern)