class org.stringtemplate.v4.Interpreter$2 extends java.util.ArrayList<org.stringtemplate.v4.ST>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.stringtemplate.v4.Interpreter$2
  super_class: java.util.ArrayList
{
  final org.stringtemplate.v4.Interpreter this$0;
    descriptor: Lorg/stringtemplate/v4/Interpreter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.stringtemplate.v4.Interpreter, org.stringtemplate.v4.ST);
    descriptor: (Lorg/stringtemplate/v4/Interpreter;Lorg/stringtemplate/v4/ST;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.stringtemplate.v4.Interpreter$2 this
         0: .line 817
            aload 0 /* this */
            aload 1
            putfield org.stringtemplate.v4.Interpreter$2.this$0:Lorg/stringtemplate/v4/Interpreter;
            aload 0 /* this */
            invokespecial java.util.ArrayList.<init>:()V
            aload 0 /* this */
            aload 2
            invokevirtual org.stringtemplate.v4.Interpreter$2.add:(Ljava/lang/Object;)Z
            pop
            return
        end local 0 // org.stringtemplate.v4.Interpreter$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/stringtemplate/v4/Interpreter$2;
    MethodParameters:
        Name  Flags
      this$0  final
      val$st  final
}
Signature: Ljava/util/ArrayList<Lorg/stringtemplate/v4/ST;>;
SourceFile: "Interpreter.java"
EnclosingMethod: org.stringtemplate.v4.Interpreter.map:(Lorg/stringtemplate/v4/InstanceScope;Ljava/lang/Object;Lorg/stringtemplate/v4/ST;)V
NestHost: org.stringtemplate.v4.Interpreter
InnerClasses:
  org.stringtemplate.v4.Interpreter$2