public class org.springframework.context.support.MessageSourceResourceBundle extends java.util.ResourceBundle
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.context.support.MessageSourceResourceBundle
  super_class: java.util.ResourceBundle
{
  private final org.springframework.context.MessageSource messageSource;
    descriptor: Lorg/springframework/context/MessageSource;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Locale locale;
    descriptor: Ljava/util/Locale;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.springframework.context.MessageSource, java.util.Locale);
    descriptor: (Lorg/springframework/context/MessageSource;Ljava/util/Locale;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.context.support.MessageSourceResourceBundle this
        start local 1 // org.springframework.context.MessageSource source
        start local 2 // java.util.Locale locale
         0: .line 51
            aload 0 /* this */
            invokespecial java.util.ResourceBundle.<init>:()V
         1: .line 52
            aload 1 /* source */
            ldc "MessageSource must not be null"
            invokestatic org.springframework.util.Assert.notNull:(Ljava/lang/Object;Ljava/lang/String;)V
         2: .line 53
            aload 0 /* this */
            aload 1 /* source */
            putfield org.springframework.context.support.MessageSourceResourceBundle.messageSource:Lorg/springframework/context/MessageSource;
         3: .line 54
            aload 0 /* this */
            aload 2 /* locale */
            putfield org.springframework.context.support.MessageSourceResourceBundle.locale:Ljava/util/Locale;
         4: .line 55
            return
        end local 2 // java.util.Locale locale
        end local 1 // org.springframework.context.MessageSource source
        end local 0 // org.springframework.context.support.MessageSourceResourceBundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/springframework/context/support/MessageSourceResourceBundle;
            0    5     1  source  Lorg/springframework/context/MessageSource;
            0    5     2  locale  Ljava/util/Locale;
    MethodParameters:
        Name  Flags
      source  
      locale  

  public void <init>(org.springframework.context.MessageSource, java.util.Locale, java.util.ResourceBundle);
    descriptor: (Lorg/springframework/context/MessageSource;Ljava/util/Locale;Ljava/util/ResourceBundle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.context.support.MessageSourceResourceBundle this
        start local 1 // org.springframework.context.MessageSource source
        start local 2 // java.util.Locale locale
        start local 3 // java.util.ResourceBundle parent
         0: .line 64
            aload 0 /* this */
            aload 1 /* source */
            aload 2 /* locale */
            invokespecial org.springframework.context.support.MessageSourceResourceBundle.<init>:(Lorg/springframework/context/MessageSource;Ljava/util/Locale;)V
         1: .line 65
            aload 0 /* this */
            aload 3 /* parent */
            invokevirtual org.springframework.context.support.MessageSourceResourceBundle.setParent:(Ljava/util/ResourceBundle;)V
         2: .line 66
            return
        end local 3 // java.util.ResourceBundle parent
        end local 2 // java.util.Locale locale
        end local 1 // org.springframework.context.MessageSource source
        end local 0 // org.springframework.context.support.MessageSourceResourceBundle this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/context/support/MessageSourceResourceBundle;
            0    3     1  source  Lorg/springframework/context/MessageSource;
            0    3     2  locale  Ljava/util/Locale;
            0    3     3  parent  Ljava/util/ResourceBundle;
    MethodParameters:
        Name  Flags
      source  
      locale  
      parent  

  protected java.lang.Object handleGetObject(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.context.support.MessageSourceResourceBundle this
        start local 1 // java.lang.String key
         0: .line 77
            aload 0 /* this */
            getfield org.springframework.context.support.MessageSourceResourceBundle.messageSource:Lorg/springframework/context/MessageSource;
            aload 1 /* key */
            aconst_null
            aload 0 /* this */
            getfield org.springframework.context.support.MessageSourceResourceBundle.locale:Ljava/util/Locale;
            invokeinterface org.springframework.context.MessageSource.getMessage:(Ljava/lang/String;[Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/String;
         1: areturn
         2: .line 79
      StackMap locals:
      StackMap stack: org.springframework.context.NoSuchMessageException
            pop
         3: .line 80
            aconst_null
            areturn
        end local 1 // java.lang.String key
        end local 0 // org.springframework.context.support.MessageSourceResourceBundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/context/support/MessageSourceResourceBundle;
            0    4     1   key  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class org.springframework.context.NoSuchMessageException
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public boolean containsKey(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.context.support.MessageSourceResourceBundle this
        start local 1 // java.lang.String key
         0: .line 93
            aload 0 /* this */
            getfield org.springframework.context.support.MessageSourceResourceBundle.messageSource:Lorg/springframework/context/MessageSource;
            aload 1 /* key */
            aconst_null
            aload 0 /* this */
            getfield org.springframework.context.support.MessageSourceResourceBundle.locale:Ljava/util/Locale;
            invokeinterface org.springframework.context.MessageSource.getMessage:(Ljava/lang/String;[Ljava/lang/Object;Ljava/util/Locale;)Ljava/lang/String;
            pop
         1: .line 94
            iconst_1
            ireturn
         2: .line 96
      StackMap locals:
      StackMap stack: org.springframework.context.NoSuchMessageException
            pop
         3: .line 97
            iconst_0
            ireturn
        end local 1 // java.lang.String key
        end local 0 // org.springframework.context.support.MessageSourceResourceBundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/context/support/MessageSourceResourceBundle;
            0    4     1   key  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class org.springframework.context.NoSuchMessageException
    MethodParameters:
      Name  Flags
      key   

  public java.util.Enumeration<java.lang.String> getKeys();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.context.support.MessageSourceResourceBundle this
         0: .line 107
            new java.lang.UnsupportedOperationException
            dup
            ldc "MessageSourceResourceBundle does not support enumerating its keys"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.context.support.MessageSourceResourceBundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/support/MessageSourceResourceBundle;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public java.util.Locale getLocale();
    descriptor: ()Ljava/util/Locale;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.context.support.MessageSourceResourceBundle this
         0: .line 116
            aload 0 /* this */
            getfield org.springframework.context.support.MessageSourceResourceBundle.locale:Ljava/util/Locale;
            areturn
        end local 0 // org.springframework.context.support.MessageSourceResourceBundle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/context/support/MessageSourceResourceBundle;
}
SourceFile: "MessageSourceResourceBundle.java"