Class ScriptEval

    • Field Detail

      • iProcess

        private static int iProcess
      • isJS

        public boolean isJS
      • scriptDelayThread

        private JmolThread scriptDelayThread
      • fileLoadThread

        private JmolThread fileLoadThread
      • allowJSThreads

        private boolean allowJSThreads
      • isFuncReturn

        private boolean isFuncReturn
      • historyDisabled

        public boolean historyDisabled
      • debugScript

        private boolean debugScript
      • isCmdLine_C_Option

        private boolean isCmdLine_C_Option
      • isCmdLine_c_or_C_Option

        private boolean isCmdLine_c_or_C_Option
      • listCommands

        private boolean listCommands
      • tQuiet

        public boolean tQuiet
      • executionStopped

        private boolean executionStopped
      • executionPaused

        private boolean executionPaused
      • executionStepping

        private boolean executionStepping
      • executing

        private boolean executing
      • timeBeginExecution

        private long timeBeginExecution
      • timeEndExecution

        private long timeEndExecution
      • mustResumeEval

        private boolean mustResumeEval
      • currentThread

        private Thread currentThread
      • outputBuffer

        public javajs.util.SB outputBuffer
      • contextPath

        private String contextPath
      • scriptFileName

        public String scriptFileName
      • functionName

        public String functionName
      • isStateScript

        public boolean isStateScript
      • scriptLevel

        public int scriptLevel
      • commandHistoryLevelMax

        public static int commandHistoryLevelMax
      • contextDepthMax

        private static int contextDepthMax
      • scriptReportingLevel

        private static int scriptReportingLevel
      • aatoken

        public T[][] aatoken
      • lineNumbers

        private short[] lineNumbers
      • lineIndices

        private int[][] lineIndices
      • script

        private String script
      • scriptExtensions

        private String scriptExtensions
      • pc

        public int pc
      • thisCommand

        public String thisCommand
      • fullCommand

        public String fullCommand
      • lineEnd

        private int lineEnd
      • pcEnd

        private int pcEnd
      • forceNoAddHydrogens

        private boolean forceNoAddHydrogens
      • pcResume

        public int pcResume
      • isEmbedded

        private boolean isEmbedded
    • Constructor Detail

      • ScriptEval

        public ScriptEval()