Package org.derive4j.processor.api.model
Interface MultipleConstructors.Cases<R>
-
- All Known Implementing Classes:
MultipleConstructorsSupport.LambdaCases
- Enclosing class:
- MultipleConstructors
public static interface MultipleConstructors.Cases<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
functionsDispatch(java.util.List<DataConstructor> constructors)
R
visitorDispatch(javax.lang.model.element.VariableElement visitorParam, javax.lang.model.type.DeclaredType visitorType, java.util.List<DataConstructor> constructors)
-
-
-
Method Detail
-
visitorDispatch
R visitorDispatch(javax.lang.model.element.VariableElement visitorParam, javax.lang.model.type.DeclaredType visitorType, java.util.List<DataConstructor> constructors)
-
functionsDispatch
R functionsDispatch(java.util.List<DataConstructor> constructors)
-
-