public class io.vertx.codegen.doc.Token$InlineTag extends io.vertx.codegen.doc.Token
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.doc.Token$InlineTag
  super_class: io.vertx.codegen.doc.Token
{
  private final io.vertx.codegen.doc.Tag tag;
    descriptor: Lio/vertx/codegen/doc/Tag;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, io.vertx.codegen.doc.Tag);
    descriptor: (Ljava/lang/String;Lio/vertx/codegen/doc/Tag;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.codegen.doc.Token$InlineTag this
        start local 1 // java.lang.String value
        start local 2 // io.vertx.codegen.doc.Tag tag
         0: .line 127
            aload 0 /* this */
            aload 1 /* value */
            invokespecial io.vertx.codegen.doc.Token.<init>:(Ljava/lang/String;)V
         1: .line 128
            aload 0 /* this */
            aload 2 /* tag */
            putfield io.vertx.codegen.doc.Token$InlineTag.tag:Lio/vertx/codegen/doc/Tag;
         2: .line 129
            return
        end local 2 // io.vertx.codegen.doc.Tag tag
        end local 1 // java.lang.String value
        end local 0 // io.vertx.codegen.doc.Token$InlineTag this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/vertx/codegen/doc/Token$InlineTag;
            0    3     1  value  Ljava/lang/String;
            0    3     2    tag  Lio/vertx/codegen/doc/Tag;
    MethodParameters:
       Name  Flags
      value  
      tag    

  public boolean isInlineTag();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.doc.Token$InlineTag this
         0: .line 133
            iconst_1
            ireturn
        end local 0 // io.vertx.codegen.doc.Token$InlineTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/doc/Token$InlineTag;

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