Class MethodCall.ArgumentLoader.ForMethodParameter.Factory

    • Field Detail

      • index

        private final int index
        The index of the parameter to be loaded onto the operand stack.
    • Constructor Detail

      • Factory

        public Factory​(int index)
        Creates a factory for an argument loader that supplies a method parameter as an argument.
        Parameters:
        index - The index of the parameter to supply.