public class org.stringtemplate.v4.debug.IndentEvent extends org.stringtemplate.v4.debug.EvalExprEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.stringtemplate.v4.debug.IndentEvent
  super_class: org.stringtemplate.v4.debug.EvalExprEvent
{
  public void <init>(org.stringtemplate.v4.InstanceScope, int, int, int, int);
    descriptor: (Lorg/stringtemplate/v4/InstanceScope;IIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.stringtemplate.v4.debug.IndentEvent this
        start local 1 // org.stringtemplate.v4.InstanceScope scope
        start local 2 // int start
        start local 3 // int stop
        start local 4 // int exprStartChar
        start local 5 // int exprStopChar
         0: .line 35
            aload 0 /* this */
            aload 1 /* scope */
            iload 2 /* start */
            iload 3 /* stop */
            iload 4 /* exprStartChar */
            iload 5 /* exprStopChar */
            invokespecial org.stringtemplate.v4.debug.EvalExprEvent.<init>:(Lorg/stringtemplate/v4/InstanceScope;IIII)V
         1: .line 36
            return
        end local 5 // int exprStopChar
        end local 4 // int exprStartChar
        end local 3 // int stop
        end local 2 // int start
        end local 1 // org.stringtemplate.v4.InstanceScope scope
        end local 0 // org.stringtemplate.v4.debug.IndentEvent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/stringtemplate/v4/debug/IndentEvent;
            0    2     1          scope  Lorg/stringtemplate/v4/InstanceScope;
            0    2     2          start  I
            0    2     3           stop  I
            0    2     4  exprStartChar  I
            0    2     5   exprStopChar  I
    MethodParameters:
               Name  Flags
      scope          
      start          
      stop           
      exprStartChar  
      exprStopChar   
}
SourceFile: "IndentEvent.java"