public class io.vertx.ext.shell.command.impl.ProcessImpl implements io.vertx.ext.shell.system.Process
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.ext.shell.command.impl.ProcessImpl
super_class: java.lang.Object
{
private final io.vertx.core.Vertx vertx;
descriptor: Lio/vertx/core/Vertx;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.Context context;
descriptor: Lio/vertx/core/Context;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.Context processContext;
descriptor: Lio/vertx/core/Context;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.ext.shell.command.Command commandContext;
descriptor: Lio/vertx/ext/shell/command/Command;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.Handler<io.vertx.ext.shell.command.CommandProcess> handler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;
private final java.util.List<io.vertx.ext.shell.cli.CliToken> args;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;
private io.vertx.ext.shell.term.Tty tty;
descriptor: Lio/vertx/ext/shell/term/Tty;
flags: (0x0002) ACC_PRIVATE
private io.vertx.ext.shell.session.Session session;
descriptor: Lio/vertx/ext/shell/session/Session;
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.Handler<java.lang.Void> interruptHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> suspendHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> resumeHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> endHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> backgroundHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Void> foregroundHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private io.vertx.core.Handler<java.lang.Integer> terminatedHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Integer;>;
private boolean foreground;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.vertx.ext.shell.system.ExecStatus processStatus;
descriptor: Lio/vertx/ext/shell/system/ExecStatus;
flags: (0x0002) ACC_PRIVATE
private boolean processForeground;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private io.vertx.core.Handler<java.lang.String> stdinHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/String;>;
private io.vertx.core.Handler<java.lang.Void> resizeHandler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0002) ACC_PRIVATE
Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;
private java.lang.Integer exitCode;
descriptor: Ljava/lang/Integer;
flags: (0x0002) ACC_PRIVATE
public void <init>(io.vertx.core.Vertx, io.vertx.core.Context, io.vertx.ext.shell.command.Command, java.util.List<io.vertx.ext.shell.cli.CliToken>, io.vertx.core.Handler<io.vertx.ext.shell.command.CommandProcess>);
descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Context;Lio/vertx/ext/shell/command/Command;Ljava/util/List;Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.vertx:Lio/vertx/core/Vertx;
2: aload 0
aload 2
putfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
3: aload 0
aload 3
putfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
4: aload 0
aload 5
putfield io.vertx.ext.shell.command.impl.ProcessImpl.handler:Lio/vertx/core/Handler;
5: aload 0
aload 4
putfield io.vertx.ext.shell.command.impl.ProcessImpl.args:Ljava/util/List;
6: aload 0
aload 1
invokeinterface io.vertx.core.Vertx.getOrCreateContext:()Lio/vertx/core/Context;
putfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
7: aload 0
getstatic io.vertx.ext.shell.system.ExecStatus.READY:Lio/vertx/ext/shell/system/ExecStatus;
putfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
8: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 9 1 vertx Lio/vertx/core/Vertx;
0 9 2 context Lio/vertx/core/Context;
0 9 3 commandContext Lio/vertx/ext/shell/command/Command;
0 9 4 args Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;
0 9 5 handler Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;
Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/Context;Lio/vertx/ext/shell/command/Command;Ljava/util/List<Lio/vertx/ext/shell/cli/CliToken;>;Lio/vertx/core/Handler<Lio/vertx/ext/shell/command/CommandProcess;>;)V
MethodParameters:
Name Flags
vertx
context
commandContext
args
handler
public java.lang.Integer exitCode();
descriptor: ()Ljava/lang/Integer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.exitCode:Ljava/lang/Integer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
public io.vertx.ext.shell.system.ExecStatus status();
descriptor: ()Lio/vertx/ext/shell/system/ExecStatus;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
public synchronized io.vertx.ext.shell.system.Process setTty(io.vertx.ext.shell.term.Tty);
descriptor: (Lio/vertx/ext/shell/term/Tty;)Lio/vertx/ext/shell/system/Process;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 2 1 tty Lio/vertx/ext/shell/term/Tty;
MethodParameters:
Name Flags
tty
public synchronized io.vertx.ext.shell.term.Tty getTty();
descriptor: ()Lio/vertx/ext/shell/term/Tty;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
public synchronized io.vertx.ext.shell.system.Process setSession(io.vertx.ext.shell.session.Session);
descriptor: (Lio/vertx/ext/shell/session/Session;)Lio/vertx/ext/shell/system/Process;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.session:Lio/vertx/ext/shell/session/Session;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 2 1 session Lio/vertx/ext/shell/session/Session;
MethodParameters:
Name Flags
session
public synchronized io.vertx.ext.shell.session.Session getSession();
descriptor: ()Lio/vertx/ext/shell/session/Session;
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.session:Lio/vertx/ext/shell/session/Session;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
public io.vertx.ext.shell.system.Process terminatedHandler(io.vertx.core.Handler<java.lang.Integer>);
descriptor: (Lio/vertx/core/Handler;)Lio/vertx/ext/shell/system/Process;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
1: aload 0
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 2 1 handler Lio/vertx/core/Handler<Ljava/lang/Integer;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Integer;>;)Lio/vertx/ext/shell/system/Process;
MethodParameters:
Name Flags
handler
public boolean interrupt(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpeq 1
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.STOPPED:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpne 5
1: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.interruptHandler:Lio/vertx/core/Handler;
astore 2
start local 2 2: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
aload 0
aload 1
aload 2
invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/ext/shell/command/impl/ProcessImpl.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
3: aload 2
ifnull 4
iconst_1
ireturn
StackMap locals: io.vertx.core.Handler
StackMap stack:
4: iconst_0
ireturn
end local 2 5: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot interrupt process in "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " state"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 6 1 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
2 5 2 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Z
MethodParameters:
Name Flags
completionHandler
public synchronized void resume(boolean, io.vertx.core.Handler<java.lang.Void>);
descriptor: (ZLio/vertx/core/Handler;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.STOPPED:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpne 10
1: aload 0
2: getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
3: aconst_null
4: iload 1
5: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.resumeHandler:Lio/vertx/core/Handler;
6: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
7: aload 2
8: invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
9: goto 11
10: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot resume process in "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " state"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 12 1 fg Z
0 12 2 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (ZLio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
fg
completionHandler
public synchronized void suspend(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpne 10
1: aload 0
2: getstatic io.vertx.ext.shell.system.ExecStatus.STOPPED:Lio/vertx/ext/shell/system/ExecStatus;
3: aconst_null
4: iconst_0
5: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.suspendHandler:Lio/vertx/core/Handler;
6: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
7: aload 1
8: invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
9: goto 11
10: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot suspend process in "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " state"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
11: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 12 1 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
completionHandler
public void toBackground(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpne 11
1: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
ifeq 12
2: aload 0
3: getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
4: aconst_null
5: iconst_0
6: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.backgroundHandler:Lio/vertx/core/Handler;
7: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
8: aload 1
9: invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
10: goto 12
11: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot set to background a process in "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " state"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 13 1 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
completionHandler
public void toForeground(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpne 11
1: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
ifne 12
2: aload 0
3: getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
4: aconst_null
5: iconst_1
6: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.foregroundHandler:Lio/vertx/core/Handler;
7: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
8: aload 1
9: invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
10: goto 12
11: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot set to foreground a process in "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " state"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 13 1 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
completionHandler
public void terminate(io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
bipush -10
aload 1
invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:(ILio/vertx/core/Handler;)Z
ifne 2
1: new java.lang.IllegalStateException
dup
ldc "Cannot terminate terminated process"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 3 1 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
completionHandler
private synchronized boolean terminate(int, io.vertx.core.Handler<java.lang.Void>);
descriptor: (ILio/vertx/core/Handler;)Z
flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
Code:
stack=7, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.TERMINATED:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpeq 10
1: aload 0
2: getstatic io.vertx.ext.shell.system.ExecStatus.TERMINATED:Lio/vertx/ext/shell/system/ExecStatus;
3: iload 1
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
4: iconst_0
5: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.endHandler:Lio/vertx/core/Handler;
6: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.terminatedHandler:Lio/vertx/core/Handler;
7: aload 2
8: invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.updateStatus:(Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
9: iconst_1
ireturn
10: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 11 1 exitCode I
0 11 2 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (ILio/vertx/core/Handler<Ljava/lang/Void;>;)Z
MethodParameters:
Name Flags
exitCode
completionHandler
private void updateStatus(io.vertx.ext.shell.system.ExecStatus, java.lang.Integer, boolean, io.vertx.core.Handler<java.lang.Void>, io.vertx.core.Handler<java.lang.Integer>, io.vertx.core.Handler<java.lang.Void>);
descriptor: (Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=7, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 0
aload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
1: aload 0
aload 2
putfield io.vertx.ext.shell.command.impl.ProcessImpl.exitCode:Ljava/lang/Integer;
2: iload 3
ifne 10
3: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
ifeq 16
4: aload 0
iconst_0
putfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
5: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
ifnull 7
6: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
aconst_null
invokeinterface io.vertx.ext.shell.term.Tty.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
pop
7: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
ifnull 16
8: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
aconst_null
invokeinterface io.vertx.ext.shell.term.Tty.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
pop
9: goto 16
10: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
ifne 16
11: aload 0
iconst_1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
12: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
ifnull 14
13: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.stdinHandler:Lio/vertx/core/Handler;
invokeinterface io.vertx.ext.shell.term.Tty.stdinHandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
pop
14: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
ifnull 16
15: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.resizeHandler:Lio/vertx/core/Handler;
invokeinterface io.vertx.ext.shell.term.Tty.resizehandler:(Lio/vertx/core/Handler;)Lio/vertx/ext/shell/term/Tty;
pop
16: StackMap locals:
StackMap stack:
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
aload 0
iload 3
aload 6
aload 4
invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl;ZLio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/ext/shell/command/impl/ProcessImpl.lambda$1(ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
17: aload 5
ifnull 19
aload 1
getstatic io.vertx.ext.shell.system.ExecStatus.TERMINATED:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpne 19
18: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
aload 5
aload 2
invokedynamic handle(Lio/vertx/core/Handler;Ljava/lang/Integer;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/ext/shell/command/impl/ProcessImpl.lambda$2(Lio/vertx/core/Handler;Ljava/lang/Integer;Ljava/lang/Void;)V (6)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
19: StackMap locals:
StackMap stack:
return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 20 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 20 1 statusUpdate Lio/vertx/ext/shell/system/ExecStatus;
0 20 2 exitCodeUpdate Ljava/lang/Integer;
0 20 3 foregroundUpdate Z
0 20 4 handler Lio/vertx/core/Handler<Ljava/lang/Void;>;
0 20 5 terminatedHandler Lio/vertx/core/Handler<Ljava/lang/Integer;>;
0 20 6 completionHandler Lio/vertx/core/Handler<Ljava/lang/Void;>;
Signature: (Lio/vertx/ext/shell/system/ExecStatus;Ljava/lang/Integer;ZLio/vertx/core/Handler<Ljava/lang/Void;>;Lio/vertx/core/Handler<Ljava/lang/Integer;>;Lio/vertx/core/Handler<Ljava/lang/Void;>;)V
MethodParameters:
Name Flags
statusUpdate
exitCodeUpdate
foregroundUpdate
handler
terminatedHandler
completionHandler
public synchronized void run(boolean);
descriptor: (Z)V
flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
Code:
stack=6, locals=6, args_size=2
start local 0 start local 1 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
getstatic io.vertx.ext.shell.system.ExecStatus.READY:Lio/vertx/ext/shell/system/ExecStatus;
if_acmpeq 2
1: new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Cannot run proces in "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc " state"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
2: StackMap locals:
StackMap stack:
aload 0
getstatic io.vertx.ext.shell.system.ExecStatus.RUNNING:Lio/vertx/ext/shell/system/ExecStatus;
putfield io.vertx.ext.shell.command.impl.ProcessImpl.processStatus:Lio/vertx/ext/shell/system/ExecStatus;
3: aload 0
iload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.processForeground:Z
4: aload 0
iload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.foreground:Z
5: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.tty:Lio/vertx/ext/shell/term/Tty;
astore 2
start local 2 6: aload 2
ifnonnull 8
7: new java.lang.IllegalStateException
dup
ldc "Cannot execute process without a TTY set"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
8: StackMap locals: io.vertx.ext.shell.term.Tty
StackMap stack:
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.args:Ljava/util/List;
invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
invokedynamic test()Ljava/util/function/Predicate;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Z
io/vertx/ext/shell/cli/CliToken.isText()Z (9 itf)
(Lio/vertx/ext/shell/cli/CliToken;)Z
invokeinterface java.util.stream.Stream.filter:(Ljava/util/function/Predicate;)Ljava/util/stream/Stream;
invokedynamic apply()Ljava/util/function/Function;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Ljava/lang/Object;
io/vertx/ext/shell/cli/CliToken.value()Ljava/lang/String; (9 itf)
(Lio/vertx/ext/shell/cli/CliToken;)Ljava/lang/String;
invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
invokestatic java.util.stream.Collectors.toList:()Ljava/util/stream/Collector;
invokeinterface java.util.stream.Stream.collect:(Ljava/util/stream/Collector;)Ljava/lang/Object;
checkcast java.util.List
astore 4
start local 4 9: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
ifnull 23
10: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
aload 4
iconst_0
invokeinterface io.vertx.core.cli.CLI.parse:(Ljava/util/List;Z)Lio/vertx/core/cli/CommandLine;
invokeinterface io.vertx.core.cli.CommandLine.isAskingForHelp:()Z
ifeq 17
11: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 5
start local 5 12: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
aload 5
invokeinterface io.vertx.core.cli.CLI.usage:(Ljava/lang/StringBuilder;)Lio/vertx/core/cli/CLI;
pop
13: aload 5
bipush 10
invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
pop
14: aload 2
aload 5
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface io.vertx.ext.shell.term.Tty.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
pop
15: aload 0
invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:()V
16: return
end local 5 17: StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl int io.vertx.ext.shell.term.Tty top java.util.List
StackMap stack:
aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.commandContext:Lio/vertx/ext/shell/command/Command;
invokeinterface io.vertx.ext.shell.command.Command.cli:()Lio/vertx/core/cli/CLI;
aload 4
invokeinterface io.vertx.core.cli.CLI.parse:(Ljava/util/List;)Lio/vertx/core/cli/CommandLine;
astore 3
start local 3 18: goto 24
end local 3 StackMap locals:
StackMap stack: io.vertx.core.cli.CLIException
19: astore 5
start local 5 20: aload 2
new java.lang.StringBuilder
dup
aload 5
invokevirtual io.vertx.core.cli.CLIException.getMessage:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc "\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface io.vertx.ext.shell.term.Tty.write:(Ljava/lang/String;)Lio/vertx/ext/shell/term/Tty;
pop
21: aload 0
invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:()V
22: return
end local 5 23: StackMap locals:
StackMap stack:
aconst_null
astore 3
start local 3 24: StackMap locals: io.vertx.ext.shell.command.impl.ProcessImpl int io.vertx.ext.shell.term.Tty io.vertx.core.cli.CommandLine java.util.List
StackMap stack:
new io.vertx.ext.shell.command.impl.ProcessImpl$1
dup
aload 0
aload 2
aload 3
aload 4
invokespecial io.vertx.ext.shell.command.impl.ProcessImpl$1.<init>:(Lio/vertx/ext/shell/command/impl/ProcessImpl;Lio/vertx/ext/shell/term/Tty;Lio/vertx/core/cli/CommandLine;Ljava/util/List;)V
astore 5
start local 5 25: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.context:Lio/vertx/core/Context;
aload 0
aload 5
invokedynamic handle(Lio/vertx/ext/shell/command/impl/ProcessImpl;Lio/vertx/ext/shell/command/CommandProcess;)Lio/vertx/core/Handler;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)V
io/vertx/ext/shell/command/impl/ProcessImpl.lambda$5(Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Void;)V (7)
(Ljava/lang/Void;)V
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
26: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 27 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 27 1 fg Z
6 27 2 tty Lio/vertx/ext/shell/term/Tty;
18 19 3 cl Lio/vertx/core/cli/CommandLine;
24 27 3 cl Lio/vertx/core/cli/CommandLine;
9 27 4 args2 Ljava/util/List<Ljava/lang/String;>;
12 17 5 usage Ljava/lang/StringBuilder;
20 23 5 e Lio/vertx/core/cli/CLIException;
25 27 5 process Lio/vertx/ext/shell/command/CommandProcess;
Exception table:
from to target type
10 16 19 Class io.vertx.core.cli.CLIException
17 18 19 Class io.vertx.core.cli.CLIException
MethodParameters:
Name Flags
fg
private void lambda$0(io.vertx.core.Handler, io.vertx.core.Handler, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=5, args_size=4
start local 0 start local 3 0: aload 2
ifnull 7
1: aload 2
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
2: goto 7
StackMap locals:
StackMap stack: java.lang.Throwable
3: astore 4
4: aload 1
ifnull 6
5: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
aload 1
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
6: StackMap locals: java.lang.Throwable
StackMap stack:
aload 4
athrow
7: StackMap locals:
StackMap stack:
aload 1
ifnull 9
8: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
aload 1
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
9: StackMap locals:
StackMap stack:
return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 10 3 v Ljava/lang/Void;
Exception table:
from to target type
0 3 3 any
private void lambda$1(boolean, io.vertx.core.Handler, io.vertx.core.Handler, java.lang.Void);
descriptor: (ZLio/vertx/core/Handler;Lio/vertx/core/Handler;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=2, locals=6, args_size=5
start local 0 start local 4 0: aload 0
iload 1
putfield io.vertx.ext.shell.command.impl.ProcessImpl.foreground:Z
1: aload 3
ifnull 8
2: aload 3
aconst_null
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
3: goto 8
StackMap locals:
StackMap stack: java.lang.Throwable
4: astore 5
5: aload 2
ifnull 7
6: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
aload 2
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
7: StackMap locals: java.lang.Throwable
StackMap stack:
aload 5
athrow
8: StackMap locals:
StackMap stack:
aload 2
ifnull 10
9: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.processContext:Lio/vertx/core/Context;
aload 2
invokeinterface io.vertx.core.Context.runOnContext:(Lio/vertx/core/Handler;)V
10: StackMap locals:
StackMap stack:
return
end local 4 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 11 4 v Ljava/lang/Void;
Exception table:
from to target type
1 4 4 any
private static void lambda$2(io.vertx.core.Handler, java.lang.Integer, java.lang.Void);
descriptor: (Lio/vertx/core/Handler;Ljava/lang/Integer;Ljava/lang/Void;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=3
start local 2 0: aload 0
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 2 2 v Ljava/lang/Void;
private void lambda$5(io.vertx.ext.shell.command.CommandProcess, java.lang.Void);
descriptor: (Lio/vertx/ext/shell/command/CommandProcess;Ljava/lang/Void;)V
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=4, args_size=3
start local 0 start local 2 0: aload 0
getfield io.vertx.ext.shell.command.impl.ProcessImpl.handler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
1: goto 5
StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 3
start local 3 3: aload 0
iconst_1
aconst_null
invokevirtual io.vertx.ext.shell.command.impl.ProcessImpl.terminate:(ILio/vertx/core/Handler;)Z
pop
4: aload 3
athrow
end local 3 5: StackMap locals:
StackMap stack:
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/vertx/ext/shell/command/impl/ProcessImpl;
0 6 2 v Ljava/lang/Void;
3 5 3 e Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
}
SourceFile: "ProcessImpl.java"
NestMembers:
io.vertx.ext.shell.command.impl.ProcessImpl$1
InnerClasses:
io.vertx.ext.shell.command.impl.ProcessImpl$1
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles