Uses of Class
org.derive4j.processor.PatternMatchingDerivator.MatchingKind
-
Packages that use PatternMatchingDerivator.MatchingKind Package Description org.derive4j.processor -
-
Uses of PatternMatchingDerivator.MatchingKind in org.derive4j.processor
Fields in org.derive4j.processor declared as PatternMatchingDerivator.MatchingKind Modifier and Type Field Description private PatternMatchingDerivator.MatchingKind
OtherwiseMatchingStepDerivator. matchingKind
private PatternMatchingDerivator.MatchingKind
PartialMatchingStepDerivator. matchingKind
private PatternMatchingDerivator.MatchingKind
PatternMatchingDerivator. matchingKind
private PatternMatchingDerivator.MatchingKind
TotalMatchingStepDerivator. matchingKind
Methods in org.derive4j.processor that return PatternMatchingDerivator.MatchingKind Modifier and Type Method Description static PatternMatchingDerivator.MatchingKind
PatternMatchingDerivator.MatchingKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PatternMatchingDerivator.MatchingKind[]
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.MatchingKind Modifier and Type Method Description (package private) static com.squareup.javapoet.ParameterizedTypeName
PartialMatchingStepDerivator. superClass(AlgebraicDataType adt, PatternMatchingDerivator.MatchingKind matchingKind, java.util.List<DataConstructor> nextConstructors)
Constructors in org.derive4j.processor with parameters of type PatternMatchingDerivator.MatchingKind Constructor Description OtherwiseMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
PartialMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
PatternMatchingDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
TotalMatchingStepDerivator(DeriveUtils deriveUtils, PatternMatchingDerivator.MatchingKind matchingKind)
-