class freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel extends freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel
  super_class: freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel
{
  static final java.util.List KEYS;
    descriptor: Ljava/util/List;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final freemarker.core.Configurable configurable;
    descriptor: Lfreemarker/core/Configurable;
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 164
            bipush 7
            anewarray java.lang.String
            dup
            iconst_0
         1: .line 165
            ldc "arithmetic_engine"
            aastore
            dup
            iconst_1
         2: .line 166
            ldc "boolean_format"
            aastore
            dup
            iconst_2
         3: .line 167
            ldc "classic_compatible"
            aastore
            dup
            iconst_3
         4: .line 168
            ldc "locale"
            aastore
            dup
            iconst_4
         5: .line 169
            ldc "number_format"
            aastore
            dup
            iconst_5
         6: .line 170
            ldc "object_wrapper"
            aastore
            dup
            bipush 6
         7: .line 171
            ldc "template_exception_handler"
            aastore
         8: .line 163
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            putstatic freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel.KEYS:Ljava/util/List;
         9: .line 172
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(freemarker.core.Configurable);
    descriptor: (Lfreemarker/core/Configurable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel this
        start local 1 // freemarker.core.Configurable configurable
         0: .line 176
            aload 0 /* this */
            invokespecial freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel.<init>:()V
         1: .line 177
            aload 0 /* this */
            aload 1 /* configurable */
            putfield freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel.configurable:Lfreemarker/core/Configurable;
         2: .line 178
            return
        end local 1 // freemarker.core.Configurable configurable
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugConfigurableModel;
            0    3     1  configurable  Lfreemarker/core/Configurable;
    MethodParameters:
              Name  Flags
      configurable  

  java.util.Collection keySet();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel this
         0: .line 182
            getstatic freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel.KEYS:Ljava/util/List;
            areturn
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugConfigurableModel;

  public freemarker.template.TemplateModel get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lfreemarker/template/TemplateModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel this
        start local 1 // java.lang.String key
         0: .line 186
            aload 0 /* this */
            getfield freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel.configurable:Lfreemarker/core/Configurable;
            aload 1 /* key */
            invokevirtual freemarker.core.Configurable.getSetting:(Ljava/lang/String;)Ljava/lang/String;
            astore 2 /* s */
        start local 2 // java.lang.String s
         1: .line 187
            aload 2 /* s */
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals: java.lang.String
      StackMap stack:
         2: new freemarker.template.SimpleScalar
            dup
            aload 2 /* s */
            invokespecial freemarker.template.SimpleScalar.<init>:(Ljava/lang/String;)V
      StackMap locals:
      StackMap stack: freemarker.template.SimpleScalar
         3: areturn
        end local 2 // java.lang.String s
        end local 1 // java.lang.String key
        end local 0 // freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lfreemarker/debug/impl/RmiDebuggedEnvironmentImpl$DebugConfigurableModel;
            0    4     1   key  Ljava/lang/String;
            1    4     2     s  Ljava/lang/String;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "RmiDebuggedEnvironmentImpl.java"
NestHost: freemarker.debug.impl.RmiDebuggedEnvironmentImpl
InnerClasses:
  private DebugConfigurableModel = freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugConfigurableModel of freemarker.debug.impl.RmiDebuggedEnvironmentImpl
  private abstract DebugMapModel = freemarker.debug.impl.RmiDebuggedEnvironmentImpl$DebugMapModel of freemarker.debug.impl.RmiDebuggedEnvironmentImpl