Class ScriptFlowContext

java.lang.Object
org.jmol.script.ScriptFlowContext

class ScriptFlowContext extends Object
  • Field Details

    • compiler

      private ScriptCompiler compiler
    • token

    • pt0

      int pt0
    • ptDefault

      int ptDefault
    • function

      ScriptFunction function
    • var

      SV var
    • parent

    • lineStart

      int lineStart
    • commandStart

      int commandStart
    • ptLine

      int ptLine
    • ptCommand

      int ptCommand
    • forceEndIf

      boolean forceEndIf
    • ident

      String ident
    • addLine

      int addLine
    • tok0

      int tok0
    • ichCommand

      public int ichCommand
    • line0

      short line0
  • Constructor Details

  • Method Details

    • getBreakableContext

      ScriptFlowContext getBreakableContext(int nLevelsUp)
    • checkForceEndIf

      boolean checkForceEndIf(int offset)
    • setPt0

      int setPt0(int pt0, boolean isDefault)
    • setLine

      void setLine()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • path

      String path()
    • setFunction

      void setFunction(ScriptFunction function)