public interface io.vertx.ext.shell.term.Pty
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.shell.term.Pty
  super_class: java.lang.Object
{
  public static io.vertx.ext.shell.term.Pty create();
    descriptor: ()Lio/vertx/ext/shell/term/Pty;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 55
            new io.vertx.ext.shell.term.impl.PtyImpl
            dup
            aconst_null
            invokespecial io.vertx.ext.shell.term.impl.PtyImpl.<init>:(Ljava/lang/String;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.vertx.ext.shell.term.Pty create(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/Pty;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.String terminalType
         0: .line 65
            new io.vertx.ext.shell.term.impl.PtyImpl
            dup
            aload 0 /* terminalType */
            invokespecial io.vertx.ext.shell.term.impl.PtyImpl.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // java.lang.String terminalType
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0  terminalType  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      terminalType  

  public abstract io.vertx.ext.shell.term.Pty stdoutHandler(io.vertx.core.Handler<java.lang.String>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Pty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/ext/shell/term/Pty;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.ext.shell.term.Pty write(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/ext/shell/term/Pty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
      Name  Flags
      data  

  public abstract io.vertx.ext.shell.term.Pty setSize(int, int);
    descriptor: (II)Lio/vertx/ext/shell/term/Pty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
        Name  Flags
      width   
      height  

  public abstract io.vertx.ext.shell.term.Tty slave();
    descriptor: ()Lio/vertx/ext/shell/term/Tty;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Pty.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()