public class org.springframework.scripting.bsh.BshScriptFactory implements org.springframework.scripting.ScriptFactory, org.springframework.beans.factory.BeanClassLoaderAware
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.scripting.bsh.BshScriptFactory
  super_class: java.lang.Object
{
  private final java.lang.String scriptSourceLocator;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Class<?>[] scriptInterfaces;
    descriptor: [Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: [Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.ClassLoader beanClassLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private java.lang.Class<?> scriptClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final java.lang.Object scriptClassMonitor;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean wasModifiedForTypeCheck;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
        start local 1 // java.lang.String scriptSourceLocator
         0: .line 71
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            invokestatic org.springframework.util.ClassUtils.getDefaultClassLoader:()Ljava/lang/ClassLoader;
            putfield org.springframework.scripting.bsh.BshScriptFactory.beanClassLoader:Ljava/lang/ClassLoader;
         2: .line 59
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield org.springframework.scripting.bsh.BshScriptFactory.scriptClassMonitor:Ljava/lang/Object;
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.springframework.scripting.bsh.BshScriptFactory.wasModifiedForTypeCheck:Z
         4: .line 72
            aload 1 /* scriptSourceLocator */
            ldc "'scriptSourceLocator' must not be empty"
            invokestatic org.springframework.util.Assert.hasText:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 73
            aload 0 /* this */
            aload 1 /* scriptSourceLocator */
            putfield org.springframework.scripting.bsh.BshScriptFactory.scriptSourceLocator:Ljava/lang/String;
         6: .line 74
            aload 0 /* this */
            aconst_null
            putfield org.springframework.scripting.bsh.BshScriptFactory.scriptInterfaces:[Ljava/lang/Class;
         7: .line 75
            return
        end local 1 // java.lang.String scriptSourceLocator
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lorg/springframework/scripting/bsh/BshScriptFactory;
            0    8     1  scriptSourceLocator  Ljava/lang/String;
    MethodParameters:
                     Name  Flags
      scriptSourceLocator  

  public void <init>(java.lang.String, java.lang.Class<?>[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Class;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
        start local 1 // java.lang.String scriptSourceLocator
        start local 2 // java.lang.Class[] scriptInterfaces
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 54
            aload 0 /* this */
            invokestatic org.springframework.util.ClassUtils.getDefaultClassLoader:()Ljava/lang/ClassLoader;
            putfield org.springframework.scripting.bsh.BshScriptFactory.beanClassLoader:Ljava/lang/ClassLoader;
         2: .line 59
            aload 0 /* this */
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putfield org.springframework.scripting.bsh.BshScriptFactory.scriptClassMonitor:Ljava/lang/Object;
         3: .line 61
            aload 0 /* this */
            iconst_0
            putfield org.springframework.scripting.bsh.BshScriptFactory.wasModifiedForTypeCheck:Z
         4: .line 89
            aload 1 /* scriptSourceLocator */
            ldc "'scriptSourceLocator' must not be empty"
            invokestatic org.springframework.util.Assert.hasText:(Ljava/lang/String;Ljava/lang/String;)V
         5: .line 90
            aload 0 /* this */
            aload 1 /* scriptSourceLocator */
            putfield org.springframework.scripting.bsh.BshScriptFactory.scriptSourceLocator:Ljava/lang/String;
         6: .line 91
            aload 0 /* this */
            aload 2 /* scriptInterfaces */
            putfield org.springframework.scripting.bsh.BshScriptFactory.scriptInterfaces:[Ljava/lang/Class;
         7: .line 92
            return
        end local 2 // java.lang.Class[] scriptInterfaces
        end local 1 // java.lang.String scriptSourceLocator
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    8     0                 this  Lorg/springframework/scripting/bsh/BshScriptFactory;
            0    8     1  scriptSourceLocator  Ljava/lang/String;
            0    8     2     scriptInterfaces  [Ljava/lang/Class;
    Signature: (Ljava/lang/String;[Ljava/lang/Class<*>;)V
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                     Name  Flags
      scriptSourceLocator  
      scriptInterfaces     

  public void setBeanClassLoader(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 97
            aload 0 /* this */
            aload 1 /* classLoader */
            putfield org.springframework.scripting.bsh.BshScriptFactory.beanClassLoader:Ljava/lang/ClassLoader;
         1: .line 98
            return
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/springframework/scripting/bsh/BshScriptFactory;
            0    2     1  classLoader  Ljava/lang/ClassLoader;
    MethodParameters:
             Name  Flags
      classLoader  

  public java.lang.String getScriptSourceLocator();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
         0: .line 103
            aload 0 /* this */
            getfield org.springframework.scripting.bsh.BshScriptFactory.scriptSourceLocator:Ljava/lang/String;
            areturn
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/bsh/BshScriptFactory;

  public java.lang.Class<?>[] getScriptInterfaces();
    descriptor: ()[Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
         0: .line 109
            aload 0 /* this */
            getfield org.springframework.scripting.bsh.BshScriptFactory.scriptInterfaces:[Ljava/lang/Class;
            areturn
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/bsh/BshScriptFactory;
    Signature: ()[Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public boolean requiresConfigInterface();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
         0: .line 117
            iconst_1
            ireturn
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/bsh/BshScriptFactory;

  public  getScriptedObject(org.springframework.scripting.ScriptSource, java.lang.Class<?>[]);
    descriptor: (Lorg/springframework/scripting/ScriptSource;[Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method evaluateBshScript(String, Class<?>[], ClassLoader) from the type BshScriptUtils refers to the missing type EvalError\n\tEvalError cannot be resolved to a type\n\tThe method createBshObject(String, Class<?>[], ClassLoader) from the type BshScriptUtils refers to the missing type EvalError\n\tEvalError cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/bsh/BshScriptFactory;
    Exceptions:
      throws java.io.IOException, org.springframework.scripting.ScriptCompilationException
    Signature: (Lorg/springframework/scripting/ScriptSource;[Ljava/lang/Class<*>;)Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    RuntimeVisibleParameterAnnotations: 
      0:
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                  Name  Flags
      scriptSource      
      actualInterfaces  

  public java.lang.Class<?> getScriptedObjectType(org.springframework.scripting.ScriptSource);
    descriptor: (Lorg/springframework/scripting/ScriptSource;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
         0: .line 193
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method determineBshObjectType(String, ClassLoader) from the type BshScriptUtils refers to the missing type EvalError\n\tEvalError cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/bsh/BshScriptFactory;
    Exceptions:
      throws java.io.IOException, org.springframework.scripting.ScriptCompilationException
    Signature: (Lorg/springframework/scripting/ScriptSource;)Ljava/lang/Class<*>;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
              Name  Flags
      scriptSource  

  public boolean requiresScriptedObjectRefresh(org.springframework.scripting.ScriptSource);
    descriptor: (Lorg/springframework/scripting/ScriptSource;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
        start local 1 // org.springframework.scripting.ScriptSource scriptSource
         0: .line 207
            aload 0 /* this */
            getfield org.springframework.scripting.bsh.BshScriptFactory.scriptClassMonitor:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 208
            aload 1 /* scriptSource */
            invokeinterface org.springframework.scripting.ScriptSource.isModified:()Z
            ifne 2
            aload 0 /* this */
            getfield org.springframework.scripting.bsh.BshScriptFactory.wasModifiedForTypeCheck:Z
            ifne 2
            iconst_0
            goto 3
      StackMap locals: java.lang.Object
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: aload 2
            monitorexit
         4: ireturn
         5: .line 207
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         6: athrow
        end local 1 // org.springframework.scripting.ScriptSource scriptSource
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0          this  Lorg/springframework/scripting/bsh/BshScriptFactory;
            0    7     1  scriptSource  Lorg/springframework/scripting/ScriptSource;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    MethodParameters:
              Name  Flags
      scriptSource  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.scripting.bsh.BshScriptFactory this
         0: .line 215
            new java.lang.StringBuilder
            dup
            ldc "BshScriptFactory: script source locator ["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.springframework.scripting.bsh.BshScriptFactory.scriptSourceLocator:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.springframework.scripting.bsh.BshScriptFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/scripting/bsh/BshScriptFactory;
}
SourceFile: "BshScriptFactory.java"