public class freemarker.debug.Breakpoint implements java.io.Serializable, java.lang.Comparable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: freemarker.debug.Breakpoint
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private final java.lang.String templateName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int line;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // freemarker.debug.Breakpoint this
        start local 1 // java.lang.String templateName
        start local 2 // int line
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* templateName */
            putfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
         2: .line 40
            aload 0 /* this */
            iload 2 /* line */
            putfield freemarker.debug.Breakpoint.line:I
         3: .line 41
            return
        end local 2 // int line
        end local 1 // java.lang.String templateName
        end local 0 // freemarker.debug.Breakpoint this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lfreemarker/debug/Breakpoint;
            0    4     1  templateName  Ljava/lang/String;
            0    4     2          line  I
    MethodParameters:
              Name  Flags
      templateName  
      line          

  public int getLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.debug.Breakpoint this
         0: .line 47
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.line:I
            ireturn
        end local 0 // freemarker.debug.Breakpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/Breakpoint;

  public java.lang.String getTemplateName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // freemarker.debug.Breakpoint this
         0: .line 53
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
            areturn
        end local 0 // freemarker.debug.Breakpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/Breakpoint;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.debug.Breakpoint this
         0: .line 58
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            bipush 31
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.line:I
            imul
            iadd
            ireturn
        end local 0 // freemarker.debug.Breakpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/Breakpoint;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // freemarker.debug.Breakpoint this
        start local 1 // java.lang.Object o
         0: .line 63
            aload 1 /* o */
            instanceof freemarker.debug.Breakpoint
            ifeq 4
         1: .line 64
            aload 1 /* o */
            checkcast freemarker.debug.Breakpoint
            astore 2 /* b */
        start local 2 // freemarker.debug.Breakpoint b
         2: .line 65
            aload 2 /* b */
            getfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            aload 2 /* b */
            getfield freemarker.debug.Breakpoint.line:I
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.line:I
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals: freemarker.debug.Breakpoint
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // freemarker.debug.Breakpoint b
         4: .line 67
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // freemarker.debug.Breakpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lfreemarker/debug/Breakpoint;
            0    5     1     o  Ljava/lang/Object;
            2    4     2     b  Lfreemarker/debug/Breakpoint;
    MethodParameters:
      Name  Flags
      o     

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // freemarker.debug.Breakpoint this
        start local 1 // java.lang.Object o
         0: .line 71
            aload 1 /* o */
            checkcast freemarker.debug.Breakpoint
            astore 2 /* b */
        start local 2 // freemarker.debug.Breakpoint b
         1: .line 72
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
            aload 2 /* b */
            getfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
            invokevirtual java.lang.String.compareTo:(Ljava/lang/String;)I
            istore 3 /* r */
        start local 3 // int r
         2: .line 73
            iload 3 /* r */
            ifne 3
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.line:I
            aload 2 /* b */
            getfield freemarker.debug.Breakpoint.line:I
            isub
            goto 4
      StackMap locals: freemarker.debug.Breakpoint int
      StackMap stack:
         3: iload 3 /* r */
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 3 // int r
        end local 2 // freemarker.debug.Breakpoint b
        end local 1 // java.lang.Object o
        end local 0 // freemarker.debug.Breakpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lfreemarker/debug/Breakpoint;
            0    5     1     o  Ljava/lang/Object;
            1    5     2     b  Lfreemarker/debug/Breakpoint;
            2    5     3     r  I
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String getLocationString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // freemarker.debug.Breakpoint this
         0: .line 80
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.templateName:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc ":"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield freemarker.debug.Breakpoint.line:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // freemarker.debug.Breakpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lfreemarker/debug/Breakpoint;
}
SourceFile: "Breakpoint.java"