class org.jruby.RubyRange$2 implements org.jruby.runtime.ObjectMarshal
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyRange$2
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyRange$2;
public void marshalTo(org.jruby.Ruby, java.lang.Object, org.jruby.RubyClass, org.jruby.runtime.marshal.MarshalStream);
descriptor: (Lorg/jruby/Ruby;Ljava/lang/Object;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/MarshalStream;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 2
checkcast org.jruby.RubyRange
astore 5
start local 5 1: aload 4
aload 5
invokevirtual org.jruby.runtime.marshal.MarshalStream.registerLinkTarget:(Lorg/jruby/runtime/builtin/IRubyObject;)V
2: aload 5
invokevirtual org.jruby.RubyRange.getVariableList:()Ljava/util/List;
astore 6
start local 6 3: aload 6
4: new org.jruby.runtime.component.VariableEntry
dup
ldc "excl"
aload 5
getfield org.jruby.RubyRange.isExclusive:Z
ifeq 5
aload 1
invokevirtual org.jruby.Ruby.getTrue:()Lorg/jruby/RubyBoolean;
goto 6
StackMap locals: org.jruby.RubyRange$2 org.jruby.Ruby java.lang.Object org.jruby.RubyClass org.jruby.runtime.marshal.MarshalStream org.jruby.RubyRange java.util.List
StackMap stack: java.util.List new 4 new 4 java.lang.String
5: aload 1
invokevirtual org.jruby.Ruby.getFalse:()Lorg/jruby/RubyBoolean;
StackMap locals: org.jruby.RubyRange$2 org.jruby.Ruby java.lang.Object org.jruby.RubyClass org.jruby.runtime.marshal.MarshalStream org.jruby.RubyRange java.util.List
StackMap stack: java.util.List new 4 new 4 java.lang.String org.jruby.RubyBoolean
6: invokespecial org.jruby.runtime.component.VariableEntry.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
7: aload 6
new org.jruby.runtime.component.VariableEntry
dup
ldc "begin"
aload 5
getfield org.jruby.RubyRange.begin:Lorg/jruby/runtime/builtin/IRubyObject;
invokespecial org.jruby.runtime.component.VariableEntry.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
8: aload 6
new org.jruby.runtime.component.VariableEntry
dup
ldc "end"
aload 5
getfield org.jruby.RubyRange.end:Lorg/jruby/runtime/builtin/IRubyObject;
invokespecial org.jruby.runtime.component.VariableEntry.<init>:(Ljava/lang/String;Ljava/lang/Object;)V
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
9: aload 4
aload 6
invokevirtual org.jruby.runtime.marshal.MarshalStream.dumpVariables:(Ljava/util/List;)V
10: return
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/jruby/RubyRange$2;
0 11 1 runtime Lorg/jruby/Ruby;
0 11 2 obj Ljava/lang/Object;
0 11 3 type Lorg/jruby/RubyClass;
0 11 4 marshalStream Lorg/jruby/runtime/marshal/MarshalStream;
1 11 5 range Lorg/jruby/RubyRange;
3 11 6 attrs Ljava/util/List<Lorg/jruby/runtime/builtin/Variable<Ljava/lang/Object;>;>;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
runtime
obj
type
marshalStream
public java.lang.Object unmarshalFrom(org.jruby.Ruby, org.jruby.RubyClass, org.jruby.runtime.marshal.UnmarshalStream);
descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;Lorg/jruby/runtime/marshal/UnmarshalStream;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
invokevirtual org.jruby.RubyClass.allocate:()Lorg/jruby/runtime/builtin/IRubyObject;
checkcast org.jruby.RubyRange
astore 4
start local 4 1: aload 3
aload 4
invokevirtual org.jruby.runtime.marshal.UnmarshalStream.registerLinkTarget:(Lorg/jruby/runtime/builtin/IRubyObject;)V
2: aload 3
aload 4
invokevirtual org.jruby.runtime.marshal.UnmarshalStream.defaultVariablesUnmarshal:(Lorg/jruby/runtime/builtin/IRubyObject;)V
3: aload 4
ldc "excl"
invokevirtual org.jruby.RubyRange.removeInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
astore 5
start local 5 4: aload 4
ldc "begin"
invokevirtual org.jruby.RubyRange.removeInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
astore 6
start local 6 5: aload 4
ldc "end"
invokevirtual org.jruby.RubyRange.removeInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
astore 7
start local 7 6: aload 6
ifnonnull 7
aload 4
ldc "begini"
invokevirtual org.jruby.RubyRange.removeInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
astore 6
7: StackMap locals: org.jruby.RubyRange$2 org.jruby.Ruby org.jruby.RubyClass org.jruby.runtime.marshal.UnmarshalStream org.jruby.RubyRange org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 7
ifnonnull 8
aload 4
ldc "endi"
invokevirtual org.jruby.RubyRange.removeInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
astore 7
8: StackMap locals:
StackMap stack:
aload 6
ifnull 9
aload 7
ifnull 9
aload 5
ifnonnull 10
9: StackMap locals:
StackMap stack:
aload 1
ldc "bad value for range"
invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
athrow
10: StackMap locals:
StackMap stack:
aload 4
aload 1
invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
aload 6
aload 7
aload 5
invokeinterface org.jruby.runtime.builtin.IRubyObject.isTrue:()Z
invokevirtual org.jruby.RubyRange.init:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Z)V
11: aload 4
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/jruby/RubyRange$2;
0 12 1 runtime Lorg/jruby/Ruby;
0 12 2 type Lorg/jruby/RubyClass;
0 12 3 unmarshalStream Lorg/jruby/runtime/marshal/UnmarshalStream;
1 12 4 range Lorg/jruby/RubyRange;
4 12 5 excl Lorg/jruby/runtime/builtin/IRubyObject;
5 12 6 begin Lorg/jruby/runtime/builtin/IRubyObject;
6 12 7 end Lorg/jruby/runtime/builtin/IRubyObject;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
runtime
type
unmarshalStream
}
SourceFile: "RubyRange.java"
EnclosingMethod: org.jruby.RubyRange
NestHost: org.jruby.RubyRange
InnerClasses:
org.jruby.RubyRange$2