class org.eclipse.jdt.internal.launching.StandardVMDebugger$ConnectRunnable implements java.lang.Runnable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jdt.internal.launching.StandardVMDebugger$ConnectRunnable
super_class: java.lang.Object
{
private VirtualMachine fVirtualMachine;
descriptor: LVirtualMachine;
flags: (0x0002) ACC_PRIVATE
private ListeningConnector fConnector;
descriptor: LListeningConnector;
flags: (0x0002) ACC_PRIVATE
private java.util.Map<java.lang.String, Connector.Argument> fConnectionMap;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map<Ljava/lang/String;LConnector/Argument;>;
private java.lang.Exception fException;
descriptor: Ljava/lang/Exception;
flags: (0x0002) ACC_PRIVATE
final org.eclipse.jdt.internal.launching.StandardVMDebugger this$0;
descriptor: Lorg/eclipse/jdt/internal/launching/StandardVMDebugger;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(ListeningConnector, java.util.Map<java.lang.String, Connector.Argument>);
descriptor: (Lorg/eclipse/jdt/internal/launching/StandardVMDebugger;LListeningConnector;Ljava/util/Map;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.eclipse.jdi cannot be resolved\n\tThe import org.eclipse.jdt.debug cannot be resolved\n\tThe import com.ibm cannot be resolved\n\tThe import com.sun.jdi cannot be resolved\n\tThe import com.sun.jdi cannot be resolved\n\tThe import com.sun.jdi cannot be resolved\n\tThe import com.sun.jdi cannot be resolved\n\tVirtualMachine cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tConnector cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tConnector cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tArgument cannot be resolved to a type\n\tVirtualMachine cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tArgument cannot be resolved to a type\n\tIllegalConnectorArgumentsException cannot be resolved to a type\n\tVirtualMachine cannot be resolved to a type\n\tVirtualMachine cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tThe method getConnector() from the type StandardVMDebugger refers to the missing type ListeningConnector\n\tConnector cannot be resolved to a type\n\tDateFormat cannot be resolved\n\tDateFormat cannot be resolved to a variable\n\tDateFormat cannot be resolved to a variable\n\tIllegalConnectorArgumentsException cannot be resolved to a type\n\tIllegalConnectorArgumentsException cannot be resolved to a type\n\tVirtualMachine cannot be resolved to a type\n\tThe method getVirtualMachine() from the type StandardVMDebugger.ConnectRunnable refers to the missing type VirtualMachine\n\tIllegalConnectorArgumentsException cannot be resolved to a type\n\tVirtualMachine cannot be resolved to a type\n\tJDIDebugModel cannot be resolved\n\tConnector cannot be resolved to a type\n\tConnector cannot be resolved to a type\n\tConnector cannot be resolved to a type\n\tConnector cannot be resolved to a type\n\tConnector cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tBootstrap cannot be resolved\n\tListeningConnector cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jdt/internal/launching/StandardVMDebugger$ConnectRunnable;
Signature: (LListeningConnector;Ljava/util/Map<Ljava/lang/String;LConnector/Argument;>;)V
MethodParameters:
Name Flags
this$0 final
connector
map
public void run();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tVirtualMachine cannot be resolved to a type\n\tListeningConnector cannot be resolved to a type\n\tArgument cannot be resolved to a type\n\tIllegalConnectorArgumentsException cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jdt/internal/launching/StandardVMDebugger$ConnectRunnable;
public VirtualMachine getVirtualMachine();
descriptor: ()LVirtualMachine;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tVirtualMachine cannot be resolved to a type\n\tVirtualMachine cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jdt/internal/launching/StandardVMDebugger$ConnectRunnable;
public java.lang.Exception getException();
descriptor: ()Ljava/lang/Exception;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jdt/internal/launching/StandardVMDebugger$ConnectRunnable;
}
SourceFile: "StandardVMDebugger.java"
NestHost: org.eclipse.jdt.internal.launching.StandardVMDebugger
InnerClasses:
ConnectRunnable = org.eclipse.jdt.internal.launching.StandardVMDebugger$ConnectRunnable of org.eclipse.jdt.internal.launching.StandardVMDebugger