Package org.derive4j.processor.api.model
Interface MultipleConstructorsSupport.VisitorDispatchMapper<R>
-
- Enclosing class:
- MultipleConstructorsSupport
public static interface MultipleConstructorsSupport.VisitorDispatchMapper<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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)
-
-