class jdk.net.ExtendedSocketOptions$ExtSocketOption<T> implements java.net.SocketOption<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: jdk.net.ExtendedSocketOptions$ExtSocketOption
super_class: java.lang.Object
{
private final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.lang.Class<T> type;
descriptor: Ljava/lang/Class;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/lang/Class<TT;>;
void <init>(java.lang.String, java.lang.Class<T>);
descriptor: (Ljava/lang/String;Ljava/lang/Class;)V
flags: (0x0000)
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tUnixDomainPrincipal cannot be resolved to a type\n\tThe constructor ExtendedSocketOptions.ExtSocketOption<UnixDomainPrincipal>(String, Class<UnixDomainPrincipal>) refers to the missing type UnixDomainPrincipal\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tUnixDomainPrincipal cannot be resolved to a type\n\tThe method getSoPeerCred(int) from the type ExtendedSocketOptions.PlatformSocketOptions refers to the missing type UnixDomainPrincipal\n\tUnixDomainPrincipal 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 Ljdk/net/ExtendedSocketOptions$ExtSocketOption<TT;>;
Signature: (Ljava/lang/String;Ljava/lang/Class<TT;>;)V
MethodParameters:
Name Flags
name
type
public java.lang.String name();
descriptor: ()Ljava/lang/String;
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 Ljdk/net/ExtendedSocketOptions$ExtSocketOption<TT;>;
public java.lang.Class<T> type();
descriptor: ()Ljava/lang/Class;
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 Ljdk/net/ExtendedSocketOptions$ExtSocketOption<TT;>;
Signature: ()Ljava/lang/Class<TT;>;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
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 Ljdk/net/ExtendedSocketOptions$ExtSocketOption<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/net/SocketOption<TT;>;
SourceFile: "ExtendedSocketOptions.java"
NestHost: jdk.net.ExtendedSocketOptions
InnerClasses:
private ExtSocketOption = jdk.net.ExtendedSocketOptions$ExtSocketOption of jdk.net.ExtendedSocketOptions