Class ParamListStandardOut

    • Constructor Detail

      • ParamListStandardOut

        public ParamListStandardOut()
    • Method Detail

      • assignMap

        public void assignMap​(Program prog,
                              DataType[] proto,
                              boolean isinput,
                              java.util.ArrayList<VariableStorage> res,
                              boolean addAutoParams)
        Description copied from interface: ParamList
        Given a list of datatypes, calculate the storage locations used for passing those datatypes
        Specified by:
        assignMap in interface ParamList
        Overrides:
        assignMap in class ParamListStandard
        Parameters:
        prog - is the active progra
        proto - is the list of datatypes
        isinput - is true if this parameter list is being processed for input arguments, false for output
        res - is the vector for holding the VariableStorage corresponding to datatypes
        addAutoParams - if true add/process auto-parameters