public class io.vertx.codegen.EnumValueInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.codegen.EnumValueInfo
  super_class: java.lang.Object
{
  private final java.lang.String identifier;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.codegen.doc.Doc doc;
    descriptor: Lio/vertx/codegen/doc/Doc;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean deprecated;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.codegen.doc.Text deprecatedDesc;
    descriptor: Lio/vertx/codegen/doc/Text;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String, io.vertx.codegen.doc.Doc, boolean, io.vertx.codegen.doc.Text);
    descriptor: (Ljava/lang/String;Lio/vertx/codegen/doc/Doc;ZLio/vertx/codegen/doc/Text;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.vertx.codegen.EnumValueInfo this
        start local 1 // java.lang.String identifier
        start local 2 // io.vertx.codegen.doc.Doc doc
        start local 3 // boolean deprecated
        start local 4 // io.vertx.codegen.doc.Text deprecatedDesc
         0: .line 18
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 19
            aload 0 /* this */
            aload 1 /* identifier */
            putfield io.vertx.codegen.EnumValueInfo.identifier:Ljava/lang/String;
         2: .line 20
            aload 0 /* this */
            aload 2 /* doc */
            putfield io.vertx.codegen.EnumValueInfo.doc:Lio/vertx/codegen/doc/Doc;
         3: .line 21
            aload 0 /* this */
            iload 3 /* deprecated */
            putfield io.vertx.codegen.EnumValueInfo.deprecated:Z
         4: .line 22
            aload 0 /* this */
            aload 4 /* deprecatedDesc */
            putfield io.vertx.codegen.EnumValueInfo.deprecatedDesc:Lio/vertx/codegen/doc/Text;
         5: .line 23
            return
        end local 4 // io.vertx.codegen.doc.Text deprecatedDesc
        end local 3 // boolean deprecated
        end local 2 // io.vertx.codegen.doc.Doc doc
        end local 1 // java.lang.String identifier
        end local 0 // io.vertx.codegen.EnumValueInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lio/vertx/codegen/EnumValueInfo;
            0    6     1      identifier  Ljava/lang/String;
            0    6     2             doc  Lio/vertx/codegen/doc/Doc;
            0    6     3      deprecated  Z
            0    6     4  deprecatedDesc  Lio/vertx/codegen/doc/Text;
    MethodParameters:
                Name  Flags
      identifier      
      doc             
      deprecated      
      deprecatedDesc  

  public java.lang.String getIdentifier();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.EnumValueInfo this
         0: .line 29
            aload 0 /* this */
            getfield io.vertx.codegen.EnumValueInfo.identifier:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.codegen.EnumValueInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/EnumValueInfo;

  public io.vertx.codegen.doc.Doc getDoc();
    descriptor: ()Lio/vertx/codegen/doc/Doc;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.EnumValueInfo this
         0: .line 36
            aload 0 /* this */
            getfield io.vertx.codegen.EnumValueInfo.doc:Lio/vertx/codegen/doc/Doc;
            areturn
        end local 0 // io.vertx.codegen.EnumValueInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/EnumValueInfo;

  public boolean isDeprecated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.EnumValueInfo this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.codegen.EnumValueInfo.deprecated:Z
            ireturn
        end local 0 // io.vertx.codegen.EnumValueInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/EnumValueInfo;

  public io.vertx.codegen.doc.Text getDeprecatedDesc();
    descriptor: ()Lio/vertx/codegen/doc/Text;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.codegen.EnumValueInfo this
         0: .line 49
            aload 0 /* this */
            getfield io.vertx.codegen.EnumValueInfo.deprecatedDesc:Lio/vertx/codegen/doc/Text;
            areturn
        end local 0 // io.vertx.codegen.EnumValueInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/codegen/EnumValueInfo;
}
SourceFile: "EnumValueInfo.java"