Interface IFunctionCallInputParameterVisitor

All Known Implementing Classes:
FunctionCallInputParameterVisitor, ReportingFunctionCallInputParameterVisitor

public interface IFunctionCallInputParameterVisitor
This visitor is used to register the input parameters of an FunctionCall
Since:
10.3
Author:
T. van der Griend
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should invoke for each input parameter for the function call.
  • Method Details

    • accept

      void accept(IFunctionCallInputParameterDS datasource)
      This method should invoke for each input parameter for the function call.
      Parameters:
      datasource - The datasource of an input parameter.
      Throws:
      InitializationException - This exception is thrown when an input parameter could not be initialized.