Class MethodCall.ArgumentLoader.ForMethodParameterArrayElement.OfParameter

    • Field Detail

      • index

        private final int index
        The parameter index.
      • arrayIndex

        private final int arrayIndex
        The array index to load.
    • Constructor Detail

      • OfParameter

        public OfParameter​(int index,
                           int arrayIndex)
        Creates a factory for an argument loader that loads a given parameter's array value.
        Parameters:
        index - The index of the parameter.
        arrayIndex - The array index to load.