class org.eclipse.jetty.io.WriteFlusher$State
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.jetty.io.WriteFlusher$State
super_class: java.lang.Object
{
private final org.eclipse.jetty.io.WriteFlusher$StateType _type;
descriptor: Lorg/eclipse/jetty/io/WriteFlusher$StateType;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private void <init>(org.eclipse.jetty.io.WriteFlusher$StateType);
descriptor: (Lorg/eclipse/jetty/io/WriteFlusher$StateType;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.jetty.io.WriteFlusher$State this
start local 1 // org.eclipse.jetty.io.WriteFlusher$StateType stateType
0: .line 134
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 136
aload 0 /* this */
aload 1 /* stateType */
putfield org.eclipse.jetty.io.WriteFlusher$State._type:Lorg/eclipse/jetty/io/WriteFlusher$StateType;
2: .line 137
return
end local 1 // org.eclipse.jetty.io.WriteFlusher$StateType stateType
end local 0 // org.eclipse.jetty.io.WriteFlusher$State this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jetty/io/WriteFlusher$State;
0 3 1 stateType Lorg/eclipse/jetty/io/WriteFlusher$StateType;
MethodParameters:
Name Flags
stateType
public org.eclipse.jetty.io.WriteFlusher$StateType getType();
descriptor: ()Lorg/eclipse/jetty/io/WriteFlusher$StateType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.eclipse.jetty.io.WriteFlusher$State this
0: .line 141
aload 0 /* this */
getfield org.eclipse.jetty.io.WriteFlusher$State._type:Lorg/eclipse/jetty/io/WriteFlusher$StateType;
areturn
end local 0 // org.eclipse.jetty.io.WriteFlusher$State this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/WriteFlusher$State;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 // org.eclipse.jetty.io.WriteFlusher$State this
0: .line 147
ldc "%s"
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 0 /* this */
getfield org.eclipse.jetty.io.WriteFlusher$State._type:Lorg/eclipse/jetty/io/WriteFlusher$StateType;
aastore
invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
areturn
end local 0 // org.eclipse.jetty.io.WriteFlusher$State this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jetty/io/WriteFlusher$State;
}
SourceFile: "WriteFlusher.java"
NestHost: org.eclipse.jetty.io.WriteFlusher
InnerClasses:
private State = org.eclipse.jetty.io.WriteFlusher$State of org.eclipse.jetty.io.WriteFlusher
private final StateType = org.eclipse.jetty.io.WriteFlusher$StateType of org.eclipse.jetty.io.WriteFlusher