public class org.springframework.expression.spel.SpelParserConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.expression.spel.SpelParserConfiguration
  super_class: java.lang.Object
{
  private static final org.springframework.expression.spel.SpelCompilerMode defaultCompilerMode;
    descriptor: Lorg/springframework/expression/spel/SpelCompilerMode;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final org.springframework.expression.spel.SpelCompilerMode compilerMode;
    descriptor: Lorg/springframework/expression/spel/SpelCompilerMode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.ClassLoader compilerClassLoader;
    descriptor: Ljava/lang/ClassLoader;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  private final boolean autoGrowNullReferences;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean autoGrowCollections;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int maximumAutoGrowSize;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 36
            ldc "spring.expression.compiler.mode"
            invokestatic org.springframework.core.SpringProperties.getProperty:(Ljava/lang/String;)Ljava/lang/String;
            astore 0 /* compilerMode */
        start local 0 // java.lang.String compilerMode
         1: .line 37
            aload 0 /* compilerMode */
            ifnull 3
         2: .line 38
            aload 0 /* compilerMode */
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            invokestatic org.springframework.expression.spel.SpelCompilerMode.valueOf:(Ljava/lang/String;)Lorg/springframework/expression/spel/SpelCompilerMode;
            goto 4
      StackMap locals: java.lang.String
      StackMap stack:
         3: getstatic org.springframework.expression.spel.SpelCompilerMode.OFF:Lorg/springframework/expression/spel/SpelCompilerMode;
         4: .line 37
      StackMap locals:
      StackMap stack: org.springframework.expression.spel.SpelCompilerMode
            putstatic org.springframework.expression.spel.SpelParserConfiguration.defaultCompilerMode:Lorg/springframework/expression/spel/SpelCompilerMode;
        end local 0 // java.lang.String compilerMode
         5: .line 39
            return
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            1    5     0  compilerMode  Ljava/lang/String;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
         0: .line 58
            aload 0 /* this */
            aconst_null
            aconst_null
            iconst_0
            iconst_0
            ldc 2147483647
            invokespecial org.springframework.expression.spel.SpelParserConfiguration.<init>:(Lorg/springframework/expression/spel/SpelCompilerMode;Ljava/lang/ClassLoader;ZZI)V
         1: .line 59
            return
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/expression/spel/SpelParserConfiguration;

  public void <init>(org.springframework.expression.spel.SpelCompilerMode, java.lang.ClassLoader);
    descriptor: (Lorg/springframework/expression/spel/SpelCompilerMode;Ljava/lang/ClassLoader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
        start local 1 // org.springframework.expression.spel.SpelCompilerMode compilerMode
        start local 2 // java.lang.ClassLoader compilerClassLoader
         0: .line 67
            aload 0 /* this */
            aload 1 /* compilerMode */
            aload 2 /* compilerClassLoader */
            iconst_0
            iconst_0
            ldc 2147483647
            invokespecial org.springframework.expression.spel.SpelParserConfiguration.<init>:(Lorg/springframework/expression/spel/SpelCompilerMode;Ljava/lang/ClassLoader;ZZI)V
         1: .line 68
            return
        end local 2 // java.lang.ClassLoader compilerClassLoader
        end local 1 // org.springframework.expression.spel.SpelCompilerMode compilerMode
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/springframework/expression/spel/SpelParserConfiguration;
            0    2     1         compilerMode  Lorg/springframework/expression/spel/SpelCompilerMode;
            0    2     2  compilerClassLoader  Ljava/lang/ClassLoader;
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
    MethodParameters:
                     Name  Flags
      compilerMode         
      compilerClassLoader  

  public void <init>(boolean, boolean);
    descriptor: (ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
        start local 1 // boolean autoGrowNullReferences
        start local 2 // boolean autoGrowCollections
         0: .line 77
            aload 0 /* this */
            aconst_null
            aconst_null
            iload 1 /* autoGrowNullReferences */
            iload 2 /* autoGrowCollections */
            ldc 2147483647
            invokespecial org.springframework.expression.spel.SpelParserConfiguration.<init>:(Lorg/springframework/expression/spel/SpelCompilerMode;Ljava/lang/ClassLoader;ZZI)V
         1: .line 78
            return
        end local 2 // boolean autoGrowCollections
        end local 1 // boolean autoGrowNullReferences
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lorg/springframework/expression/spel/SpelParserConfiguration;
            0    2     1  autoGrowNullReferences  Z
            0    2     2     autoGrowCollections  Z
    MethodParameters:
                        Name  Flags
      autoGrowNullReferences  
      autoGrowCollections     

  public void <init>(boolean, boolean, int);
    descriptor: (ZZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
        start local 1 // boolean autoGrowNullReferences
        start local 2 // boolean autoGrowCollections
        start local 3 // int maximumAutoGrowSize
         0: .line 87
            aload 0 /* this */
            aconst_null
            aconst_null
            iload 1 /* autoGrowNullReferences */
            iload 2 /* autoGrowCollections */
            iload 3 /* maximumAutoGrowSize */
            invokespecial org.springframework.expression.spel.SpelParserConfiguration.<init>:(Lorg/springframework/expression/spel/SpelCompilerMode;Ljava/lang/ClassLoader;ZZI)V
         1: .line 88
            return
        end local 3 // int maximumAutoGrowSize
        end local 2 // boolean autoGrowCollections
        end local 1 // boolean autoGrowNullReferences
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lorg/springframework/expression/spel/SpelParserConfiguration;
            0    2     1  autoGrowNullReferences  Z
            0    2     2     autoGrowCollections  Z
            0    2     3     maximumAutoGrowSize  I
    MethodParameters:
                        Name  Flags
      autoGrowNullReferences  
      autoGrowCollections     
      maximumAutoGrowSize     

  public void <init>(org.springframework.expression.spel.SpelCompilerMode, java.lang.ClassLoader, boolean, boolean, int);
    descriptor: (Lorg/springframework/expression/spel/SpelCompilerMode;Ljava/lang/ClassLoader;ZZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
        start local 1 // org.springframework.expression.spel.SpelCompilerMode compilerMode
        start local 2 // java.lang.ClassLoader compilerClassLoader
        start local 3 // boolean autoGrowNullReferences
        start local 4 // boolean autoGrowCollections
        start local 5 // int maximumAutoGrowSize
         0: .line 98
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 101
            aload 0 /* this */
            aload 1 /* compilerMode */
            ifnull 2
            aload 1 /* compilerMode */
            goto 3
      StackMap locals: org.springframework.expression.spel.SpelParserConfiguration org.springframework.expression.spel.SpelCompilerMode java.lang.ClassLoader int int int
      StackMap stack: org.springframework.expression.spel.SpelParserConfiguration
         2: getstatic org.springframework.expression.spel.SpelParserConfiguration.defaultCompilerMode:Lorg/springframework/expression/spel/SpelCompilerMode;
      StackMap locals: org.springframework.expression.spel.SpelParserConfiguration org.springframework.expression.spel.SpelCompilerMode java.lang.ClassLoader int int int
      StackMap stack: org.springframework.expression.spel.SpelParserConfiguration org.springframework.expression.spel.SpelCompilerMode
         3: putfield org.springframework.expression.spel.SpelParserConfiguration.compilerMode:Lorg/springframework/expression/spel/SpelCompilerMode;
         4: .line 102
            aload 0 /* this */
            aload 2 /* compilerClassLoader */
            putfield org.springframework.expression.spel.SpelParserConfiguration.compilerClassLoader:Ljava/lang/ClassLoader;
         5: .line 103
            aload 0 /* this */
            iload 3 /* autoGrowNullReferences */
            putfield org.springframework.expression.spel.SpelParserConfiguration.autoGrowNullReferences:Z
         6: .line 104
            aload 0 /* this */
            iload 4 /* autoGrowCollections */
            putfield org.springframework.expression.spel.SpelParserConfiguration.autoGrowCollections:Z
         7: .line 105
            aload 0 /* this */
            iload 5 /* maximumAutoGrowSize */
            putfield org.springframework.expression.spel.SpelParserConfiguration.maximumAutoGrowSize:I
         8: .line 106
            return
        end local 5 // int maximumAutoGrowSize
        end local 4 // boolean autoGrowCollections
        end local 3 // boolean autoGrowNullReferences
        end local 2 // java.lang.ClassLoader compilerClassLoader
        end local 1 // org.springframework.expression.spel.SpelCompilerMode compilerMode
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lorg/springframework/expression/spel/SpelParserConfiguration;
            0    9     1            compilerMode  Lorg/springframework/expression/spel/SpelCompilerMode;
            0    9     2     compilerClassLoader  Ljava/lang/ClassLoader;
            0    9     3  autoGrowNullReferences  Z
            0    9     4     autoGrowCollections  Z
            0    9     5     maximumAutoGrowSize  I
    RuntimeVisibleParameterAnnotations: 
      0:
        org.springframework.lang.Nullable()
      1:
        org.springframework.lang.Nullable()
      2:
      3:
      4:
    MethodParameters:
                        Name  Flags
      compilerMode            
      compilerClassLoader     
      autoGrowNullReferences  
      autoGrowCollections     
      maximumAutoGrowSize     

  public org.springframework.expression.spel.SpelCompilerMode getCompilerMode();
    descriptor: ()Lorg/springframework/expression/spel/SpelCompilerMode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
         0: .line 113
            aload 0 /* this */
            getfield org.springframework.expression.spel.SpelParserConfiguration.compilerMode:Lorg/springframework/expression/spel/SpelCompilerMode;
            areturn
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/SpelParserConfiguration;

  public java.lang.ClassLoader getCompilerClassLoader();
    descriptor: ()Ljava/lang/ClassLoader;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
         0: .line 121
            aload 0 /* this */
            getfield org.springframework.expression.spel.SpelParserConfiguration.compilerClassLoader:Ljava/lang/ClassLoader;
            areturn
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/SpelParserConfiguration;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public boolean isAutoGrowNullReferences();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
         0: .line 128
            aload 0 /* this */
            getfield org.springframework.expression.spel.SpelParserConfiguration.autoGrowNullReferences:Z
            ireturn
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/SpelParserConfiguration;

  public boolean isAutoGrowCollections();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
         0: .line 135
            aload 0 /* this */
            getfield org.springframework.expression.spel.SpelParserConfiguration.autoGrowCollections:Z
            ireturn
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/SpelParserConfiguration;

  public int getMaximumAutoGrowSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.expression.spel.SpelParserConfiguration this
         0: .line 142
            aload 0 /* this */
            getfield org.springframework.expression.spel.SpelParserConfiguration.maximumAutoGrowSize:I
            ireturn
        end local 0 // org.springframework.expression.spel.SpelParserConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/expression/spel/SpelParserConfiguration;
}
SourceFile: "SpelParserConfiguration.java"