public class example.Examples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: example.Examples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // example.Examples this
         0: .line 13
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // example.Examples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexample/Examples;

  public void example1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // example.Examples this
         0: .line 16
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClusterManager cannot be resolved to a type\n\tVertxOptions cannot be resolved to a type\n\tVertxOptions cannot be resolved to a type\n\tVertx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // example.Examples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexample/Examples;

  public void example2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // example.Examples this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tJsonObject cannot be resolved to a type\n\tJsonObject cannot be resolved to a type\n\tJsonObject cannot be resolved to a type\n\tClusterManager cannot be resolved to a type\n\tVertxOptions cannot be resolved to a type\n\tVertxOptions cannot be resolved to a type\n\tVertx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // example.Examples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexample/Examples;

  public void example3(org.apache.curator.framework.CuratorFramework);
    descriptor: (Lorg/apache/curator/framework/CuratorFramework;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // example.Examples this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tClusterManager cannot be resolved to a type\n\tVertxOptions cannot be resolved to a type\n\tVertxOptions cannot be resolved to a type\n\tVertx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // example.Examples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexample/Examples;
    MethodParameters:
         Name  Flags
      curator  
}
SourceFile: "Examples.java"