class org.objectweb.asm.Edge
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.objectweb.asm.Edge
  super_class: java.lang.Object
{
  static final int NORMAL;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int EXCEPTION;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 2147483647

  int info;
    descriptor: I
    flags: (0x0000) 

  org.objectweb.asm.Label successor;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0000) 

  org.objectweb.asm.Edge next;
    descriptor: Lorg/objectweb/asm/Edge;
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.Edge this
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.objectweb.asm.Edge this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/objectweb/asm/Edge;
}
SourceFile: "Edge.java"