Uses of Enum
org.derive4j.processor.PatternMatchingDerivator.MatchingKind
Packages that use PatternMatchingDerivator.MatchingKind
-
Uses of PatternMatchingDerivator.MatchingKind in org.derive4j.processor
Fields in org.derive4j.processor declared as PatternMatchingDerivator.MatchingKindModifier and TypeFieldDescriptionprivate final PatternMatchingDerivator.MatchingKind
OtherwiseMatchingStepDerivator.matchingKind
private final PatternMatchingDerivator.MatchingKind
PartialMatchingStepDerivator.matchingKind
private final PatternMatchingDerivator.MatchingKind
PatternMatchingDerivator.matchingKind
private final PatternMatchingDerivator.MatchingKind
TotalMatchingStepDerivator.matchingKind
Methods in org.derive4j.processor that return PatternMatchingDerivator.MatchingKindModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PatternMatchingDerivator.MatchingKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.derive4j.processor with parameters of type PatternMatchingDerivator.MatchingKindModifier and TypeMethodDescription(package private) static com.squareup.javapoet.ParameterizedTypeName
PartialMatchingStepDerivator.superClass
(AlgebraicDataType adt, PatternMatchingDerivator.MatchingKind matchingKind, List<DataConstructor> nextConstructors) Constructors in org.derive4j.processor with parameters of type PatternMatchingDerivator.MatchingKindModifierConstructorDescription(package private)
OtherwiseMatchingStepDerivator
(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind) (package private)
PartialMatchingStepDerivator
(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind) (package private)
PatternMatchingDerivator
(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind) (package private)
TotalMatchingStepDerivator
(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)