Class PolyglotProgramHandler

java.lang.Object
com.smeup.kokos.sdk.rpgle.PolyglotProgramHandler

public class PolyglotProgramHandler extends Object
Author:
mattia.bonardi
  • Constructor Details

    • PolyglotProgramHandler

      public PolyglotProgramHandler(ProgramCaller programCaller)
  • Method Details

    • handleCall

      public List<com.smeup.rpgparser.interpreter.Value> handleCall(String programName, com.smeup.rpgparser.interpreter.SystemInterface si, LinkedHashMap<String,com.smeup.rpgparser.interpreter.Value> paramsList) throws Exception
      Throws:
      Exception