public class org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable
  super_class: java.lang.Object
{
  public int count;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public boolean error;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  protected org.apache.batik.script.Interpreter interpreter;
    descriptor: Lorg/apache/batik/script/Interpreter;
    flags: (0x0004) ACC_PROTECTED

  protected java.lang.String script;
    descriptor: Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED

  final org.apache.batik.bridge.ScriptingEnvironment this$0;
    descriptor: Lorg/apache/batik/bridge/ScriptingEnvironment;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.apache.batik.bridge.ScriptingEnvironment, java.lang.String, org.apache.batik.script.Interpreter);
    descriptor: (Lorg/apache/batik/bridge/ScriptingEnvironment;Ljava/lang/String;Lorg/apache/batik/script/Interpreter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable this
        start local 2 // java.lang.String s
        start local 3 // org.apache.batik.script.Interpreter interp
         0: .line 726
            aload 0 /* this */
            aload 1
            putfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.this$0:Lorg/apache/batik/bridge/ScriptingEnvironment;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 727
            aload 0 /* this */
            aload 3 /* interp */
            putfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.interpreter:Lorg/apache/batik/script/Interpreter;
         2: .line 728
            aload 0 /* this */
            aload 2 /* s */
            putfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.script:Ljava/lang/String;
         3: .line 729
            return
        end local 3 // org.apache.batik.script.Interpreter interp
        end local 2 // java.lang.String s
        end local 0 // org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/batik/bridge/ScriptingEnvironment$EvaluateIntervalRunnable;
            0    4     2       s  Ljava/lang/String;
            0    4     3  interp  Lorg/apache/batik/script/Interpreter;
    MethodParameters:
        Name  Flags
      this$0  final
      s       
      interp  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable this
         0: .line 732
            aload 0 /* this */
            dup
            astore 1
            monitorenter
         1: .line 733
            aload 0 /* this */
            getfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.error:Z
            ifeq 4
         2: .line 734
            aload 1
            monitorexit
         3: return
         4: .line 735
      StackMap locals: org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.count:I
            iconst_1
            isub
            putfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.count:I
         5: .line 732
            aload 1
            monitorexit
         6: goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: aload 1
            monitorexit
         8: athrow
         9: .line 738
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.interpreter:Lorg/apache/batik/script/Interpreter;
            aload 0 /* this */
            getfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.script:Ljava/lang/String;
            invokeinterface org.apache.batik.script.Interpreter.evaluate:(Ljava/lang/String;)Ljava/lang/Object;
            pop
        10: .line 739
            goto 30
      StackMap locals:
      StackMap stack: org.apache.batik.script.InterpreterException
        11: astore 1 /* ie */
        start local 1 // org.apache.batik.script.InterpreterException ie
        12: .line 740
            aload 0 /* this */
            getfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.this$0:Lorg/apache/batik/bridge/ScriptingEnvironment;
            aload 1 /* ie */
            invokevirtual org.apache.batik.bridge.ScriptingEnvironment.handleInterpreterException:(Lorg/apache/batik/script/InterpreterException;)V
        13: .line 741
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        14: .line 742
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.error:Z
        15: .line 741
            aload 2
            monitorexit
        16: goto 30
      StackMap locals: org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable org.apache.batik.script.InterpreterException org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable
      StackMap stack: java.lang.Throwable
        17: aload 2
            monitorexit
        18: athrow
        end local 1 // org.apache.batik.script.InterpreterException ie
        19: .line 744
      StackMap locals: org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
        20: .line 745
            aload 0 /* this */
            getfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.this$0:Lorg/apache/batik/bridge/ScriptingEnvironment;
            getfield org.apache.batik.bridge.ScriptingEnvironment.userAgent:Lorg/apache/batik/bridge/UserAgent;
            ifnull 23
        21: .line 746
            aload 0 /* this */
            getfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.this$0:Lorg/apache/batik/bridge/ScriptingEnvironment;
            getfield org.apache.batik.bridge.ScriptingEnvironment.userAgent:Lorg/apache/batik/bridge/UserAgent;
            aload 1 /* e */
            invokeinterface org.apache.batik.bridge.UserAgent.displayError:(Ljava/lang/Exception;)V
        22: .line 747
            goto 24
        23: .line 748
      StackMap locals: java.lang.Exception
      StackMap stack:
            aload 1 /* e */
            invokevirtual java.lang.Exception.printStackTrace:()V
        24: .line 750
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 2
            monitorenter
        25: .line 751
            aload 0 /* this */
            iconst_1
            putfield org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable.error:Z
        26: .line 750
            aload 2
            monitorexit
        27: goto 30
      StackMap locals: org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable java.lang.Exception org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable
      StackMap stack: java.lang.Throwable
        28: aload 2
            monitorexit
        29: athrow
        end local 1 // java.lang.Exception e
        30: .line 754
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   31     0  this  Lorg/apache/batik/bridge/ScriptingEnvironment$EvaluateIntervalRunnable;
           12   19     1    ie  Lorg/apache/batik/script/InterpreterException;
           20   30     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           1     3       7  any
           4     6       7  any
           7     8       7  any
           9    10      11  Class org.apache.batik.script.InterpreterException
          14    16      17  any
          17    18      17  any
           9    10      19  Class java.lang.Exception
          25    27      28  any
          28    29      28  any
}
SourceFile: "ScriptingEnvironment.java"
NestHost: org.apache.batik.bridge.ScriptingEnvironment
InnerClasses:
  protected EvaluateIntervalRunnable = org.apache.batik.bridge.ScriptingEnvironment$EvaluateIntervalRunnable of org.apache.batik.bridge.ScriptingEnvironment