Class MultipleConstructorsSupport.VisitorDispatch

    • Field Detail

      • visitorParam

        private final javax.lang.model.element.VariableElement visitorParam
      • visitorType

        private final javax.lang.model.type.DeclaredType visitorType
    • Constructor Detail

      • VisitorDispatch

        VisitorDispatch​(javax.lang.model.element.VariableElement visitorParam,
                        javax.lang.model.type.DeclaredType visitorType,
                        java.util.List<DataConstructor> constructors)