public class io.vertx.codegen.doc.Token$Text 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$Text
  super_class: io.vertx.codegen.doc.Token
{
  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.codegen.doc.Token$Text this
        start local 1 // java.lang.String value
         0: .line 102
            aload 0 /* this */
            aload 1 /* value */
            invokespecial io.vertx.codegen.doc.Token.<init>:(Ljava/lang/String;)V
         1: .line 103
            return
        end local 1 // java.lang.String value
        end local 0 // io.vertx.codegen.doc.Token$Text this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/codegen/doc/Token$Text;
            0    2     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public boolean isText();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.doc.Token$Text this
         0: .line 107
            iconst_1
            ireturn
        end local 0 // io.vertx.codegen.doc.Token$Text this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/doc/Token$Text;
}
SourceFile: "Token.java"
NestHost: io.vertx.codegen.doc.Token
InnerClasses:
  public Text = io.vertx.codegen.doc.Token$Text of io.vertx.codegen.doc.Token