public final class org.xnio.ByteBufferPool$Set
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.xnio.ByteBufferPool$Set
super_class: java.lang.Object
{
private final org.xnio.ByteBufferPool small;
descriptor: Lorg/xnio/ByteBufferPool;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.xnio.ByteBufferPool normal;
descriptor: Lorg/xnio/ByteBufferPool;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.xnio.ByteBufferPool large;
descriptor: Lorg/xnio/ByteBufferPool;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public static final org.xnio.ByteBufferPool$Set DIRECT;
descriptor: Lorg/xnio/ByteBufferPool$Set;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final org.xnio.ByteBufferPool$Set HEAP;
descriptor: Lorg/xnio/ByteBufferPool$Set;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=0, args_size=0
0: new org.xnio.ByteBufferPool$Set
dup
getstatic org.xnio.ByteBufferPool.SMALL_DIRECT:Lorg/xnio/ByteBufferPool;
getstatic org.xnio.ByteBufferPool.MEDIUM_DIRECT:Lorg/xnio/ByteBufferPool;
getstatic org.xnio.ByteBufferPool.LARGE_DIRECT:Lorg/xnio/ByteBufferPool;
invokespecial org.xnio.ByteBufferPool$Set.<init>:(Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;)V
putstatic org.xnio.ByteBufferPool$Set.DIRECT:Lorg/xnio/ByteBufferPool$Set;
1: new org.xnio.ByteBufferPool$Set
dup
getstatic org.xnio.ByteBufferPool.SMALL_HEAP:Lorg/xnio/ByteBufferPool;
getstatic org.xnio.ByteBufferPool.MEDIUM_HEAP:Lorg/xnio/ByteBufferPool;
getstatic org.xnio.ByteBufferPool.LARGE_HEAP:Lorg/xnio/ByteBufferPool;
invokespecial org.xnio.ByteBufferPool$Set.<init>:(Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;)V
putstatic org.xnio.ByteBufferPool$Set.HEAP:Lorg/xnio/ByteBufferPool$Set;
return
LocalVariableTable:
Start End Slot Name Signature
void <init>(org.xnio.ByteBufferPool, org.xnio.ByteBufferPool, org.xnio.ByteBufferPool);
descriptor: (Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;Lorg/xnio/ByteBufferPool;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.xnio.ByteBufferPool$Set.small:Lorg/xnio/ByteBufferPool;
2: aload 0
aload 2
putfield org.xnio.ByteBufferPool$Set.normal:Lorg/xnio/ByteBufferPool;
3: aload 0
aload 3
putfield org.xnio.ByteBufferPool$Set.large:Lorg/xnio/ByteBufferPool;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/xnio/ByteBufferPool$Set;
0 5 1 small Lorg/xnio/ByteBufferPool;
0 5 2 normal Lorg/xnio/ByteBufferPool;
0 5 3 large Lorg/xnio/ByteBufferPool;
MethodParameters:
Name Flags
small final
normal final
large final
public org.xnio.ByteBufferPool getSmall();
descriptor: ()Lorg/xnio/ByteBufferPool;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.ByteBufferPool$Set.small:Lorg/xnio/ByteBufferPool;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ByteBufferPool$Set;
public org.xnio.ByteBufferPool getNormal();
descriptor: ()Lorg/xnio/ByteBufferPool;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.ByteBufferPool$Set.normal:Lorg/xnio/ByteBufferPool;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ByteBufferPool$Set;
public org.xnio.ByteBufferPool getLarge();
descriptor: ()Lorg/xnio/ByteBufferPool;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.xnio.ByteBufferPool$Set.large:Lorg/xnio/ByteBufferPool;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ByteBufferPool$Set;
}
SourceFile: "ByteBufferPool.java"
NestHost: org.xnio.ByteBufferPool
InnerClasses:
public final Set = org.xnio.ByteBufferPool$Set of org.xnio.ByteBufferPool