Class ScriptFunction

java.lang.Object
org.jmol.script.ScriptFunction
All Implemented Interfaces:
JmolScriptFunction
Direct Known Subclasses:
ScriptParallelProcessor

public class ScriptFunction extends Object implements JmolScriptFunction
  • Field Details

    • pt0

      int pt0
      functions are either local or global (static). The idea there is that a set of applets might share a set of functions. The default is global; prefix underscore makes them local. functions have contexts. Or, more specifically, contexts may have associated functions. Bob Hanson -- 11.3.29 includes parallel, catch
    • chpt0

      int chpt0
    • cmdpt0

      int cmdpt0
    • typeName

      protected String typeName
    • name

      String name
    • nParameters

      int nParameters
    • names

      javajs.util.Lst<String> names
    • tok

      int tok
    • variables

      Map<String,String> variables
    • returnValue

      SV returnValue
    • aatoken

      T[][] aatoken
    • lineIndices

      int[][] lineIndices
    • lineNumbers

      short[] lineNumbers
    • script

      String script
    • isPrivate

      boolean isPrivate
  • Constructor Details

    • ScriptFunction

      public ScriptFunction()
    • ScriptFunction

      protected ScriptFunction(String name, int tok)
  • Method Details