class org.jruby.util.Pack$3 extends org.jruby.util.Pack$Converter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.util.Pack$3
super_class: org.jruby.util.Pack$Converter
{
void <init>(int);
descriptor: (I)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial org.jruby.util.Pack$Converter.<init>:(I)V
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/util/Pack$3;
0 1 1 $anonymous0 I
MethodParameters:
Name Flags
$anonymous0
public org.jruby.runtime.builtin.IRubyObject decode(org.jruby.Ruby, java.nio.ByteBuffer);
descriptor: (Lorg/jruby/Ruby;Ljava/nio/ByteBuffer;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
1: getstatic org.jruby.platform.Platform.BYTE_ORDER:I
sipush 4321
if_icmpne 3
2: aload 2
invokestatic org.jruby.util.Pack.decodeFloatBigEndian:(Ljava/nio/ByteBuffer;)F
goto 4
StackMap locals:
StackMap stack: org.jruby.Ruby
3: aload 2
invokestatic org.jruby.util.Pack.decodeFloatLittleEndian:(Ljava/nio/ByteBuffer;)F
4: StackMap locals: org.jruby.util.Pack$3 org.jruby.Ruby java.nio.ByteBuffer
StackMap stack: org.jruby.Ruby float
f2d
5: invokestatic org.jruby.RubyFloat.newFloat:(Lorg/jruby/Ruby;D)Lorg/jruby/RubyFloat;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/util/Pack$3;
0 6 1 runtime Lorg/jruby/Ruby;
0 6 2 enc Ljava/nio/ByteBuffer;
MethodParameters:
Name Flags
runtime
enc
public void encode(org.jruby.Ruby, org.jruby.runtime.builtin.IRubyObject, org.jruby.util.ByteList);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/util/ByteList;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: getstatic org.jruby.platform.Platform.BYTE_ORDER:I
sipush 4321
if_icmpne 3
1: aload 3
aload 1
aload 2
invokestatic org.jruby.util.Pack.obj2flt:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)F
invokestatic org.jruby.util.Pack.encodeFloatBigEndian:(Lorg/jruby/util/ByteList;F)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 3
aload 1
aload 2
invokestatic org.jruby.util.Pack.obj2flt:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;)F
invokestatic org.jruby.util.Pack.encodeFloatLittleEndian:(Lorg/jruby/util/ByteList;F)V
4: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/util/Pack$3;
0 5 1 runtime Lorg/jruby/Ruby;
0 5 2 o Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 result Lorg/jruby/util/ByteList;
MethodParameters:
Name Flags
runtime
o
result
}
SourceFile: "Pack.java"
EnclosingMethod: org.jruby.util.Pack
NestHost: org.jruby.util.Pack
InnerClasses:
org.jruby.util.Pack$3
public abstract Converter = org.jruby.util.Pack$Converter of org.jruby.util.Pack