Uses of Class
kawa.lang.Pattern
-
Packages that use Pattern Package Description kawa.lang -
-
Uses of Pattern in kawa.lang
Subclasses of Pattern in kawa.lang Modifier and Type Class Description classAnyPatA pattern that matches anything.classEqualPatA pattern that requires an exact match (using equal?).classListPatMatch a list whose length in in the range [min_length..max_length].classListRepeatPatclassPairPatclassSyntaxPatternThis encodes a pattern from a Scheem syntax-case or syntax-rules.classVarListPatA Pattern that will match a list of a given minimum length.Methods in kawa.lang with parameters of type Pattern Modifier and Type Method Description static ListRepeatPatListRepeatPat. make(Pattern element_pattern)static PairPatPairPat. make(Pattern car, Pattern cdr)Constructors in kawa.lang with parameters of type Pattern Constructor Description ListRepeatPat(Pattern element_pattern)PairPat(Pattern car, Pattern cdr)
-