public class org.stringtemplate.v4.ST$DebugState
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.stringtemplate.v4.ST$DebugState
  super_class: java.lang.Object
{
  public org.stringtemplate.v4.debug.ConstructionEvent newSTEvent;
    descriptor: Lorg/stringtemplate/v4/debug/ConstructionEvent;
    flags: (0x0001) ACC_PUBLIC

  public org.stringtemplate.v4.misc.MultiMap<java.lang.String, org.stringtemplate.v4.debug.AddAttributeEvent> addAttrEvents;
    descriptor: Lorg/stringtemplate/v4/misc/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Signature: Lorg/stringtemplate/v4/misc/MultiMap<Ljava/lang/String;Lorg/stringtemplate/v4/debug/AddAttributeEvent;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.stringtemplate.v4.ST$DebugState this
         0: .line 84
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 89
            aload 0 /* this */
            new org.stringtemplate.v4.misc.MultiMap
            dup
            invokespecial org.stringtemplate.v4.misc.MultiMap.<init>:()V
            putfield org.stringtemplate.v4.ST$DebugState.addAttrEvents:Lorg/stringtemplate/v4/misc/MultiMap;
         2: .line 84
            return
        end local 0 // org.stringtemplate.v4.ST$DebugState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/stringtemplate/v4/ST$DebugState;
}
SourceFile: "ST.java"
NestHost: org.stringtemplate.v4.ST
InnerClasses:
  public DebugState = org.stringtemplate.v4.ST$DebugState of org.stringtemplate.v4.ST