public abstract class org.jruby.runtime.ContextAwareBlockBody extends org.jruby.runtime.BlockBody
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.jruby.runtime.ContextAwareBlockBody
super_class: org.jruby.runtime.BlockBody
{
protected org.jruby.parser.StaticScope scope;
descriptor: Lorg/jruby/parser/StaticScope;
flags: (0x0004) ACC_PROTECTED
public void <init>(org.jruby.parser.StaticScope, org.jruby.runtime.Signature);
descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/Signature;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
invokespecial org.jruby.runtime.BlockBody.<init>:(Lorg/jruby/runtime/Signature;)V
1: aload 0
aload 1
putfield org.jruby.runtime.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/ContextAwareBlockBody;
0 3 1 scope Lorg/jruby/parser/StaticScope;
0 3 2 signature Lorg/jruby/runtime/Signature;
MethodParameters:
Name Flags
scope
signature
public void <init>(org.jruby.parser.StaticScope, org.jruby.runtime.Arity, int);
descriptor: (Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/Arity;I)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: aload 0
aload 1
aload 2
invokestatic org.jruby.runtime.Signature.from:(Lorg/jruby/runtime/Arity;)Lorg/jruby/runtime/Signature;
invokespecial org.jruby.runtime.ContextAwareBlockBody.<init>:(Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/Signature;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/ContextAwareBlockBody;
0 2 1 scope Lorg/jruby/parser/StaticScope;
0 2 2 arity Lorg/jruby/runtime/Arity;
0 2 3 argumentType I
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
scope
arity
argumentType
protected org.jruby.runtime.Frame pre(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/Frame;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
aload 0
getfield org.jruby.runtime.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.runtime.ThreadContext.preYieldSpecificBlock:(Lorg/jruby/runtime/Binding;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/Frame;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/ContextAwareBlockBody;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
block
protected void post(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.Visibility, org.jruby.runtime.Frame);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Visibility;Lorg/jruby/runtime/Frame;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 2
invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
invokevirtual org.jruby.runtime.Binding.getFrame:()Lorg/jruby/runtime/Frame;
aload 3
invokevirtual org.jruby.runtime.Frame.setVisibility:(Lorg/jruby/runtime/Visibility;)V
1: aload 1
aload 2
invokevirtual org.jruby.runtime.Block.getBinding:()Lorg/jruby/runtime/Binding;
aload 4
invokevirtual org.jruby.runtime.ThreadContext.postYield:(Lorg/jruby/runtime/Binding;Lorg/jruby/runtime/Frame;)V
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/ContextAwareBlockBody;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 block Lorg/jruby/runtime/Block;
0 3 3 vis Lorg/jruby/runtime/Visibility;
0 3 4 lastFrame Lorg/jruby/runtime/Frame;
MethodParameters:
Name Flags
context
block
vis
lastFrame
public org.jruby.parser.StaticScope getStaticScope();
descriptor: ()Lorg/jruby/parser/StaticScope;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/ContextAwareBlockBody;
public void setStaticScope(org.jruby.parser.StaticScope);
descriptor: (Lorg/jruby/parser/StaticScope;)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.ContextAwareBlockBody.scope:Lorg/jruby/parser/StaticScope;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/ContextAwareBlockBody;
0 2 1 newScope Lorg/jruby/parser/StaticScope;
MethodParameters:
Name Flags
newScope
}
SourceFile: "ContextAwareBlockBody.java"