public class org.stringtemplate.v4.InstanceScope
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.stringtemplate.v4.InstanceScope
  super_class: java.lang.Object
{
  public final org.stringtemplate.v4.InstanceScope parent;
    descriptor: Lorg/stringtemplate/v4/InstanceScope;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.stringtemplate.v4.ST st;
    descriptor: Lorg/stringtemplate/v4/ST;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public int ip;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public java.util.List<org.stringtemplate.v4.debug.InterpEvent> events;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/stringtemplate/v4/debug/InterpEvent;>;

  public java.util.List<org.stringtemplate.v4.debug.EvalTemplateEvent> childEvalTemplateEvents;
    descriptor: Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Signature: Ljava/util/List<Lorg/stringtemplate/v4/debug/EvalTemplateEvent;>;

  public boolean earlyEval;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.stringtemplate.v4.InstanceScope, org.stringtemplate.v4.ST);
    descriptor: (Lorg/stringtemplate/v4/InstanceScope;Lorg/stringtemplate/v4/ST;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.stringtemplate.v4.InstanceScope this
        start local 1 // org.stringtemplate.v4.InstanceScope parent
        start local 2 // org.stringtemplate.v4.ST st
         0: .line 72
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.stringtemplate.v4.InstanceScope.events:Ljava/util/List;
         2: .line 67
            aload 0 /* this */
         3: .line 68
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield org.stringtemplate.v4.InstanceScope.childEvalTemplateEvents:Ljava/util/List;
         4: .line 73
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.stringtemplate.v4.InstanceScope.parent:Lorg/stringtemplate/v4/InstanceScope;
         5: .line 74
            aload 0 /* this */
            aload 2 /* st */
            putfield org.stringtemplate.v4.InstanceScope.st:Lorg/stringtemplate/v4/ST;
         6: .line 75
            aload 0 /* this */
            aload 1 /* parent */
            ifnull 7
            aload 1 /* parent */
            getfield org.stringtemplate.v4.InstanceScope.earlyEval:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals: org.stringtemplate.v4.InstanceScope org.stringtemplate.v4.InstanceScope org.stringtemplate.v4.ST
      StackMap stack: org.stringtemplate.v4.InstanceScope
         7: iconst_0
      StackMap locals: org.stringtemplate.v4.InstanceScope org.stringtemplate.v4.InstanceScope org.stringtemplate.v4.ST
      StackMap stack: org.stringtemplate.v4.InstanceScope int
         8: putfield org.stringtemplate.v4.InstanceScope.earlyEval:Z
         9: .line 76
            return
        end local 2 // org.stringtemplate.v4.ST st
        end local 1 // org.stringtemplate.v4.InstanceScope parent
        end local 0 // org.stringtemplate.v4.InstanceScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/stringtemplate/v4/InstanceScope;
            0   10     1  parent  Lorg/stringtemplate/v4/InstanceScope;
            0   10     2      st  Lorg/stringtemplate/v4/ST;
    MethodParameters:
        Name  Flags
      parent  
      st      
}
SourceFile: "InstanceScope.java"