public static interface MultipleConstructors.Cases<R>
| Modifier and Type | Method and 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) |
R visitorDispatch(javax.lang.model.element.VariableElement visitorParam, javax.lang.model.type.DeclaredType visitorType, java.util.List<DataConstructor> constructors)
R functionsDispatch(java.util.List<DataConstructor> constructors)