Class ArgumentList

    • Constructor Detail

      • ArgumentList

        public ArgumentList()
    • Method Detail

      • getArgument

        public Argument getArgument​(int n)
      • setReqArgs

        public void setReqArgs​(ArgumentList inArgList)
        Set all the Argument which are Input Argoument to the given value in the argument list
        Parameters:
        inArgList -
      • setResArgs

        public void setResArgs​(ArgumentList outArgList)
        Set all the Argument which are Output Argoument to the given value in the argument list
        Parameters:
        outArgList -