public class net.sf.cglib.core.Block
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.sf.cglib.core.Block
  super_class: java.lang.Object
{
  private net.sf.cglib.core.CodeEmitter e;
    descriptor: Lnet/sf/cglib/core/CodeEmitter;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Label start;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

  private org.objectweb.asm.Label end;
    descriptor: Lorg/objectweb/asm/Label;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(net.sf.cglib.core.CodeEmitter);
    descriptor: (Lnet/sf/cglib/core/CodeEmitter;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.sf.cglib.core.Block this
        start local 1 // net.sf.cglib.core.CodeEmitter e
         0: .line 26
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 27
            aload 0 /* this */
            aload 1 /* e */
            putfield net.sf.cglib.core.Block.e:Lnet/sf/cglib/core/CodeEmitter;
         2: .line 28
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:()Lorg/objectweb/asm/Label;
            putfield net.sf.cglib.core.Block.start:Lorg/objectweb/asm/Label;
         3: .line 29
            return
        end local 1 // net.sf.cglib.core.CodeEmitter e
        end local 0 // net.sf.cglib.core.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/sf/cglib/core/Block;
            0    4     1     e  Lnet/sf/cglib/core/CodeEmitter;
    MethodParameters:
      Name  Flags
      e     

  public net.sf.cglib.core.CodeEmitter getCodeEmitter();
    descriptor: ()Lnet/sf/cglib/core/CodeEmitter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.Block this
         0: .line 32
            aload 0 /* this */
            getfield net.sf.cglib.core.Block.e:Lnet/sf/cglib/core/CodeEmitter;
            areturn
        end local 0 // net.sf.cglib.core.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/Block;

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.Block this
         0: .line 36
            aload 0 /* this */
            getfield net.sf.cglib.core.Block.end:Lorg/objectweb/asm/Label;
            ifnull 2
         1: .line 37
            new java.lang.IllegalStateException
            dup
            ldc "end of label already set"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 39
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield net.sf.cglib.core.Block.e:Lnet/sf/cglib/core/CodeEmitter;
            invokevirtual net.sf.cglib.core.CodeEmitter.mark:()Lorg/objectweb/asm/Label;
            putfield net.sf.cglib.core.Block.end:Lorg/objectweb/asm/Label;
         3: .line 40
            return
        end local 0 // net.sf.cglib.core.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/sf/cglib/core/Block;

  public org.objectweb.asm.Label getStart();
    descriptor: ()Lorg/objectweb/asm/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.Block this
         0: .line 43
            aload 0 /* this */
            getfield net.sf.cglib.core.Block.start:Lorg/objectweb/asm/Label;
            areturn
        end local 0 // net.sf.cglib.core.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/Block;

  public org.objectweb.asm.Label getEnd();
    descriptor: ()Lorg/objectweb/asm/Label;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.sf.cglib.core.Block this
         0: .line 47
            aload 0 /* this */
            getfield net.sf.cglib.core.Block.end:Lorg/objectweb/asm/Label;
            areturn
        end local 0 // net.sf.cglib.core.Block this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/sf/cglib/core/Block;
}
SourceFile: "Block.java"