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

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

  final int info;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final org.objectweb.asm.Label successor;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0010) ACC_FINAL

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

  void <init>(int, org.objectweb.asm.Label, org.objectweb.asm.Edge);
    descriptor: (ILorg/objectweb/asm/Label;Lorg/objectweb/asm/Edge;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.objectweb.asm.Edge this
        start local 1 // int info
        start local 2 // org.objectweb.asm.Label successor
        start local 3 // org.objectweb.asm.Edge nextEdge
         0: .line 86
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 87
            aload 0 /* this */
            iload 1 /* info */
            putfield org.objectweb.asm.Edge.info:I
         2: .line 88
            aload 0 /* this */
            aload 2 /* successor */
            putfield org.objectweb.asm.Edge.successor:Lorg/objectweb/asm/Label;
         3: .line 89
            aload 0 /* this */
            aload 3 /* nextEdge */
            putfield org.objectweb.asm.Edge.nextEdge:Lorg/objectweb/asm/Edge;
         4: .line 90
            return
        end local 3 // org.objectweb.asm.Edge nextEdge
        end local 2 // org.objectweb.asm.Label successor
        end local 1 // int info
        end local 0 // org.objectweb.asm.Edge this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/objectweb/asm/Edge;
            0    5     1       info  I
            0    5     2  successor  Lorg/objectweb/asm/Label;
            0    5     3   nextEdge  Lorg/objectweb/asm/Edge;
    MethodParameters:
           Name  Flags
      info       final
      successor  final
      nextEdge   final
}
SourceFile: "Edge.java"