public final class org.jruby.runtime.Frame
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.jruby.runtime.Frame
super_class: java.lang.Object
{
private org.jruby.RubyModule klazz;
descriptor: Lorg/jruby/RubyModule;
flags: (0x0002) ACC_PRIVATE
private org.jruby.runtime.builtin.IRubyObject self;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0002) ACC_PRIVATE
private java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
private org.jruby.runtime.Block block;
descriptor: Lorg/jruby/runtime/Block;
flags: (0x0002) ACC_PRIVATE
private org.jruby.runtime.Visibility visibility;
descriptor: Lorg/jruby/runtime/Visibility;
flags: (0x0002) ACC_PRIVATE
private org.jruby.runtime.builtin.IRubyObject backRef;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0002) ACC_PRIVATE
private org.jruby.runtime.builtin.IRubyObject lastLine;
descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0002) ACC_PRIVATE
boolean captured;
descriptor: Z
flags: (0x0000)
public static final org.jruby.runtime.Frame DUMMY;
descriptor: Lorg/jruby/runtime/Frame;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
RuntimeVisibleAnnotations:
java.lang.Deprecated()
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.jruby.runtime.Frame
dup
invokespecial org.jruby.runtime.Frame.<init>:()V
putstatic org.jruby.runtime.Frame.DUMMY:Lorg/jruby/runtime/Frame;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
2: aload 0
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/runtime/Frame;
private void <init>(org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/Block;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
2: aload 0
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
3: aload 0
aload 1
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/runtime/Frame;
0 5 1 nullBlock Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
nullBlock
private void <init>(org.jruby.runtime.Frame);
descriptor: (Lorg/jruby/runtime/Frame;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
2: aload 0
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
3: aload 1
getfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
astore 2
start local 2 4: aload 2
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
5: aload 0
aload 1
getfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
6: aload 0
aload 1
getfield org.jruby.runtime.Frame.name:Ljava/lang/String;
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
7: aload 0
aload 1
getfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
putfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
8: aload 0
aload 2
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
9: aload 0
aload 1
getfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
10: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/jruby/runtime/Frame;
0 11 1 frame Lorg/jruby/runtime/Frame;
4 11 2 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
frame
public void updateFrame();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
aconst_null
aconst_null
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual org.jruby.runtime.Frame.updateFrame:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
public void updateFrame(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public void updateFrame(org.jruby.runtime.Frame);
descriptor: (Lorg/jruby/runtime/Frame;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
getfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
astore 2
start local 2 1: aload 2
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
2: aload 0
aload 1
getfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
putfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
3: aload 0
aload 1
getfield org.jruby.runtime.Frame.name:Ljava/lang/String;
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
4: aload 0
aload 1
getfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
putfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
5: aload 0
aload 1
getfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
6: aload 0
aload 1
getfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jruby/runtime/Frame;
0 8 1 frame Lorg/jruby/runtime/Frame;
1 8 2 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
frame
public void updateFrame(org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Block;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 4
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
1: aload 0
aload 2
putfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
2: aload 0
aload 3
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
3: aload 0
aload 1
putfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
4: aload 0
aload 4
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
5: aload 0
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
6: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/runtime/Frame;
0 7 1 klazz Lorg/jruby/RubyModule;
0 7 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 name Ljava/lang/String;
0 7 4 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
klazz
self
name
block
public void updateFrame(org.jruby.RubyModule, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.Visibility, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/RubyModule;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/Block;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 5
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
pop
1: aload 0
aload 2
putfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
2: aload 0
aload 3
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
3: aload 0
aload 1
putfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
4: aload 0
aload 5
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
5: aload 0
aload 4
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
6: return
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 7 0 this Lorg/jruby/runtime/Frame;
0 7 1 klazz Lorg/jruby/RubyModule;
0 7 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 name Ljava/lang/String;
0 7 4 visibility Lorg/jruby/runtime/Visibility;
0 7 5 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
klazz
self
name
visibility
block
public void updateFrameForEval(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
1: aload 0
aconst_null
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
2: aload 0
getstatic org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/runtime/Frame;
0 4 1 self Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
self
public void updateFrameForBackref();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public void clearFrameForBackref();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield org.jruby.runtime.Frame.backRef:Lorg/jruby/runtime/builtin/IRubyObject;
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
public org.jruby.runtime.Frame clear();
descriptor: ()Lorg/jruby/runtime/Frame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aconst_null
putfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
1: aload 0
aconst_null
putfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
2: aload 0
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
putfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
3: aload 0
aconst_null
putfield org.jruby.runtime.Frame.backRef:Lorg/jruby/runtime/builtin/IRubyObject;
4: aload 0
aconst_null
putfield org.jruby.runtime.Frame.lastLine:Lorg/jruby/runtime/builtin/IRubyObject;
5: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/Frame;
public org.jruby.runtime.Frame duplicate();
descriptor: ()Lorg/jruby/runtime/Frame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.jruby.runtime.Frame
dup
aload 0
invokespecial org.jruby.runtime.Frame.<init>:(Lorg/jruby/runtime/Frame;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public org.jruby.runtime.Frame duplicateForBacktrace();
descriptor: ()Lorg/jruby/runtime/Frame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: new org.jruby.runtime.Frame
dup
invokespecial org.jruby.runtime.Frame.<init>:()V
astore 1
start local 1 1: aload 1
aload 0
getfield org.jruby.runtime.Frame.name:Ljava/lang/String;
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
2: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/Frame;
1 3 1 backtraceFrame Lorg/jruby/runtime/Frame;
public org.jruby.RubyModule getKlazz();
descriptor: ()Lorg/jruby/RubyModule;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public void setKlazz(org.jruby.RubyModule);
descriptor: (Lorg/jruby/RubyModule;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
0 2 1 klazz Lorg/jruby/RubyModule;
MethodParameters:
Name Flags
klazz
public void setName(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.runtime.Frame.name:Ljava/lang/String;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.Frame.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public org.jruby.runtime.builtin.IRubyObject getSelf();
descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public void setSelf(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.runtime.Frame.self:Lorg/jruby/runtime/builtin/IRubyObject;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
0 2 1 self Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
self
public org.jruby.runtime.Visibility getVisibility();
descriptor: ()Lorg/jruby/runtime/Visibility;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public void setVisibility(org.jruby.runtime.Visibility);
descriptor: (Lorg/jruby/runtime/Visibility;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.runtime.Frame.visibility:Lorg/jruby/runtime/Visibility;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
0 2 1 visibility Lorg/jruby/runtime/Visibility;
MethodParameters:
Name Flags
visibility
public org.jruby.runtime.Block getBlock();
descriptor: ()Lorg/jruby/runtime/Block;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.Frame.block:Lorg/jruby/runtime/Block;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public org.jruby.runtime.builtin.IRubyObject getBackRef(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.runtime.Frame.backRef:Lorg/jruby/runtime/builtin/IRubyObject;
astore 2
start local 2 1: aload 2
ifnonnull 2
aload 1
goto 3
StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
2: aload 2
StackMap locals:
StackMap stack: org.jruby.runtime.builtin.IRubyObject
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/runtime/Frame;
0 4 1 nil Lorg/jruby/runtime/builtin/IRubyObject;
1 4 2 backRef Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
nil
public org.jruby.runtime.builtin.IRubyObject setBackRef(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
dup_x1
putfield org.jruby.runtime.Frame.backRef:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
0 1 1 backRef Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
backRef
public org.jruby.runtime.builtin.IRubyObject getLastLine(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.runtime.Frame.lastLine:Lorg/jruby/runtime/builtin/IRubyObject;
astore 2
start local 2 1: aload 2
ifnonnull 2
aload 1
goto 3
StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
2: aload 2
StackMap locals:
StackMap stack: org.jruby.runtime.builtin.IRubyObject
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/runtime/Frame;
0 4 1 nil Lorg/jruby/runtime/builtin/IRubyObject;
1 4 2 lastLine Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
nil
public org.jruby.runtime.builtin.IRubyObject setLastLine(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
dup_x1
putfield org.jruby.runtime.Frame.lastLine:Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
0 1 1 lastLine Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
lastLine
public void setCaptured(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
putfield org.jruby.runtime.Frame.captured:Z
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
0 2 1 captured Z
MethodParameters:
Name Flags
captured
public org.jruby.runtime.Frame capture();
descriptor: ()Lorg/jruby/runtime/Frame;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield org.jruby.runtime.Frame.captured:Z
1: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/Frame;
public boolean isCaptured();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.Frame.captured:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/Frame;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
bipush 50
invokespecial java.lang.StringBuilder.<init>:(I)V
astore 1
start local 1 1: aload 1
ldc "Frame<"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 1
aload 0
getfield org.jruby.runtime.Frame.klazz:Lorg/jruby/RubyModule;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
3: aload 0
getfield org.jruby.runtime.Frame.name:Ljava/lang/String;
ifnull 4
aload 1
ldc " in "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.jruby.runtime.Frame.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
4: StackMap locals: java.lang.StringBuilder
StackMap stack:
aload 1
ldc ">"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/Frame;
1 6 1 sb Ljava/lang/StringBuilder;
}
SourceFile: "Frame.java"