class org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1 extends org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure<T>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1
super_class: org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure
{
final org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy this$1;
descriptor: Lorg/eclipse/collections/impl/stack/immutable/ImmutableArrayStack$ImmutableStackSerializationProxy;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.io.ObjectOutput val$out;
descriptor: Ljava/io/ObjectOutput;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy, java.io.ObjectOutput);
descriptor: (Lorg/eclipse/collections/impl/stack/immutable/ImmutableArrayStack$ImmutableStackSerializationProxy;Ljava/io/ObjectOutput;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1 this
0: .line 1150
aload 0 /* this */
aload 1
putfield org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1.this$1:Lorg/eclipse/collections/impl/stack/immutable/ImmutableArrayStack$ImmutableStackSerializationProxy;
aload 0 /* this */
aload 2
putfield org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
aload 0 /* this */
invokespecial org.eclipse.collections.impl.block.procedure.checked.CheckedProcedure.<init>:()V
return
end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/collections/impl/stack/immutable/ImmutableArrayStack$ImmutableStackSerializationProxy$1;
MethodParameters:
Name Flags
this$0 final
val$out final
public void safeValue();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1 this
start local 1 // java.lang.Object object
0: .line 1154
aload 0 /* this */
getfield org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1.val$out:Ljava/io/ObjectOutput;
aload 1 /* object */
invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
1: .line 1155
return
end local 1 // java.lang.Object object
end local 0 // org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/stack/immutable/ImmutableArrayStack$ImmutableStackSerializationProxy$1;
0 2 1 object TT;
Exceptions:
throws java.io.IOException
Signature: (TT;)V
MethodParameters:
Name Flags
object
}
Signature: Lorg/eclipse/collections/impl/block/procedure/checked/CheckedProcedure<TT;>;
SourceFile: "ImmutableArrayStack.java"
EnclosingMethod: org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy.writeExternal:(Ljava/io/ObjectOutput;)V
NestHost: org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack
InnerClasses:
private ImmutableStackSerializationProxy = org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy of org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack
org.eclipse.collections.impl.stack.immutable.ImmutableArrayStack$ImmutableStackSerializationProxy$1