public class org.apache.batik.script.jacl.JaclInterpreter implements org.apache.batik.script.Interpreter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.script.jacl.JaclInterpreter
  super_class: java.lang.Object
{
  private Interp interpreter;
    descriptor: LInterp;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import tcl cannot be resolved\n\tThe import tcl cannot be resolved\n\tThe import tcl cannot be resolved\n\tInterp cannot be resolved to a type\n\tInterp cannot be resolved to a type\n\tInterp cannot be resolved to a type\n\tInterp cannot be resolved to a type\n\tTclException cannot be resolved to a type\n\tInterp cannot be resolved to a type\n\tTclException cannot be resolved to a type\n\tInterp cannot be resolved to a type\n\tInterp cannot be resolved to a type\n\tInterp cannot be resolved to a type\n\tReflectObject cannot be resolved\n\tInterp cannot be resolved to a type\n\tTclException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;

  public java.lang.String[] getMimeTypes();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;

  public java.lang.Object evaluate(java.io.Reader);
    descriptor: (Ljava/io/Reader;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      scriptreader  

  public java.lang.Object evaluate(java.io.Reader, java.lang.String);
    descriptor: (Ljava/io/Reader;Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 63
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      scriptreader  
      description   

  public java.lang.Object evaluate(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 78
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInterp cannot be resolved to a type\n\tTclException cannot be resolved to a type\n\tInterp cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;
    MethodParameters:
        Name  Flags
      script  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 88
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tInterp cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;

  public void bindObject(java.lang.String, java.lang.Object);
    descriptor: (Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 93
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInterp cannot be resolved to a type\n\tReflectObject cannot be resolved\n\tInterp cannot be resolved to a type\n\tTclException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;
    MethodParameters:
        Name  Flags
      name    
      object  

  public void setOut(java.io.Writer);
    descriptor: (Ljava/io/Writer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 103
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;
    MethodParameters:
      Name  Flags
      out   

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 109
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;

  public void setLocale(java.util.Locale);
    descriptor: (Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 113
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;
    MethodParameters:
        Name  Flags
      locale  

  public java.lang.String formatMessage(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.batik.script.jacl.JaclInterpreter this
         0: .line 116
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.batik.script.jacl.JaclInterpreter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/script/jacl/JaclInterpreter;
    MethodParameters:
      Name  Flags
      key   
      args  
}
SourceFile: "JaclInterpreter.java"