public class io.vertx.codegen.doc.Tag$Link extends io.vertx.codegen.doc.Tag
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.doc.Tag$Link
  super_class: io.vertx.codegen.doc.Tag
{
  final javax.lang.model.element.Element targetElement;
    descriptor: Ljavax/lang/model/element/Element;
    flags: (0x0010) ACC_FINAL

  final io.vertx.codegen.type.TypeInfo targetType;
    descriptor: Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0010) ACC_FINAL

  final java.lang.String label;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  public void <init>(java.lang.String, javax.lang.model.element.Element, io.vertx.codegen.type.TypeInfo, java.lang.String);
    descriptor: (Ljava/lang/String;Ljavax/lang/model/element/Element;Lio/vertx/codegen/type/TypeInfo;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // io.vertx.codegen.doc.Tag$Link this
        start local 1 // java.lang.String rawValue
        start local 2 // javax.lang.model.element.Element targetElement
        start local 3 // io.vertx.codegen.type.TypeInfo type
        start local 4 // java.lang.String label
         0: .line 104
            aload 0 /* this */
            ldc "link"
            aload 1 /* rawValue */
            invokespecial io.vertx.codegen.doc.Tag.<init>:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 105
            aload 0 /* this */
            aload 2 /* targetElement */
            putfield io.vertx.codegen.doc.Tag$Link.targetElement:Ljavax/lang/model/element/Element;
         2: .line 106
            aload 0 /* this */
            aload 3 /* type */
            putfield io.vertx.codegen.doc.Tag$Link.targetType:Lio/vertx/codegen/type/TypeInfo;
         3: .line 107
            aload 0 /* this */
            aload 4 /* label */
            putfield io.vertx.codegen.doc.Tag$Link.label:Ljava/lang/String;
         4: .line 108
            return
        end local 4 // java.lang.String label
        end local 3 // io.vertx.codegen.type.TypeInfo type
        end local 2 // javax.lang.model.element.Element targetElement
        end local 1 // java.lang.String rawValue
        end local 0 // io.vertx.codegen.doc.Tag$Link this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/vertx/codegen/doc/Tag$Link;
            0    5     1       rawValue  Ljava/lang/String;
            0    5     2  targetElement  Ljavax/lang/model/element/Element;
            0    5     3           type  Lio/vertx/codegen/type/TypeInfo;
            0    5     4          label  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      rawValue       
      targetElement  
      type           
      label          

  public javax.lang.model.element.Element getTargetElement();
    descriptor: ()Ljavax/lang/model/element/Element;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.doc.Tag$Link this
         0: .line 114
            aload 0 /* this */
            getfield io.vertx.codegen.doc.Tag$Link.targetElement:Ljavax/lang/model/element/Element;
            areturn
        end local 0 // io.vertx.codegen.doc.Tag$Link this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/doc/Tag$Link;

  public io.vertx.codegen.type.TypeInfo getTargetType();
    descriptor: ()Lio/vertx/codegen/type/TypeInfo;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.doc.Tag$Link this
         0: .line 122
            aload 0 /* this */
            getfield io.vertx.codegen.doc.Tag$Link.targetType:Lio/vertx/codegen/type/TypeInfo;
            areturn
        end local 0 // io.vertx.codegen.doc.Tag$Link this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/doc/Tag$Link;

  public java.lang.String getLabel();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.doc.Tag$Link this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.codegen.doc.Tag$Link.label:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.doc.Tag$Link this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/doc/Tag$Link;
}
SourceFile: "Tag.java"
NestHost: io.vertx.codegen.doc.Tag
InnerClasses:
  public Link = io.vertx.codegen.doc.Tag$Link of io.vertx.codegen.doc.Tag