Documentation of 'org.hecl.Command' Java class
Command
org.hecl

Interface Command

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      Thing cmdCode(Interp interp, Thing[] argv)
      The cmdCode method takes an interpreter and an array of Things, performs some calculations, and returns a Thing representing the computed value, or null.
    • Method Detail

      • cmdCode

        Thing cmdCode(Interp interp,
                      Thing[] argv)
               throws HeclException
        The cmdCode method takes an interpreter and an array of Things, performs some calculations, and returns a Thing representing the computed value, or null.
        Parameters:
        interp - an Interp value
        argv - a Thing[] value
        Returns:
        A Thing representing the computed value, or null.
        Throws:
        HeclException - if an error occurs

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.