class freemarker.core.Environment$5 implements freemarker.template.TemplateHashModel
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: freemarker.core.Environment$5
  super_class: java.lang.Object
{
  final freemarker.core.Environment this$0;
    descriptor: Lfreemarker/core/Environment;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(freemarker.core.Environment);
    descriptor: (Lfreemarker/core/Environment;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // freemarker.core.Environment$5 this
         0: .line 2333
            aload 0 /* this */
            aload 1
            putfield freemarker.core.Environment$5.this$0:Lfreemarker/core/Environment;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // freemarker.core.Environment$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/Environment$5;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.core.Environment$5 this
         0: .line 2336
            iconst_0
            ireturn
        end local 0 // freemarker.core.Environment$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/core/Environment$5;

  public freemarker.template.TemplateModel get(java.lang.String);
    descriptor: (Ljava/lang/String;)Lfreemarker/template/TemplateModel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // freemarker.core.Environment$5 this
        start local 1 // java.lang.String key
         0: .line 2340
            aload 0 /* this */
            getfield freemarker.core.Environment$5.this$0:Lfreemarker/core/Environment;
            getfield freemarker.core.Environment.globalNamespace:Lfreemarker/core/Environment$Namespace;
            aload 1 /* key */
            invokevirtual freemarker.core.Environment$Namespace.get:(Ljava/lang/String;)Lfreemarker/template/TemplateModel;
            astore 2 /* result */
        start local 2 // freemarker.template.TemplateModel result
         1: .line 2341
            aload 2 /* result */
            ifnonnull 3
         2: .line 2342
            aload 0 /* this */
            getfield freemarker.core.Environment$5.this$0:Lfreemarker/core/Environment;
            getfield freemarker.core.Environment.rootDataModel:Lfreemarker/template/TemplateHashModel;
            aload 1 /* key */
            invokeinterface freemarker.template.TemplateHashModel.get:(Ljava/lang/String;)Lfreemarker/template/TemplateModel;
            astore 2 /* result */
         3: .line 2344
      StackMap locals: freemarker.template.TemplateModel
      StackMap stack:
            aload 2 /* result */
            ifnonnull 5
         4: .line 2345
            aload 0 /* this */
            getfield freemarker.core.Environment$5.this$0:Lfreemarker/core/Environment;
            getfield freemarker.core.Environment.configuration:Lfreemarker/template/Configuration;
            aload 1 /* key */
            invokevirtual freemarker.template.Configuration.getSharedVariable:(Ljava/lang/String;)Lfreemarker/template/TemplateModel;
            astore 2 /* result */
         5: .line 2347
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // freemarker.template.TemplateModel result
        end local 1 // java.lang.String key
        end local 0 // freemarker.core.Environment$5 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lfreemarker/core/Environment$5;
            0    6     1     key  Ljava/lang/String;
            1    6     2  result  Lfreemarker/template/TemplateModel;
    Exceptions:
      throws freemarker.template.TemplateModelException
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "Environment.java"
EnclosingMethod: freemarker.core.Environment.getGlobalVariables:()Lfreemarker/template/TemplateHashModel;
NestHost: freemarker.core.Environment
InnerClasses:
  freemarker.core.Environment$5
  public Namespace = freemarker.core.Environment$Namespace of freemarker.core.Environment