public abstract class ContextAwareBlockBody extends BlockBody
Modifier and Type | Field and Description |
---|---|
protected StaticScope |
scope
The static scope for the block body
|
EMPTY_PARAMETER_LIST, NULL_BODY, signature
Constructor and Description |
---|
ContextAwareBlockBody(StaticScope scope,
Arity arity,
int argumentType)
Deprecated.
|
ContextAwareBlockBody(StaticScope scope,
Signature signature) |
Modifier and Type | Method and Description |
---|---|
StaticScope |
getStaticScope() |
protected void |
post(ThreadContext context,
Binding binding,
Visibility vis,
Frame lastFrame) |
protected Frame |
pre(ThreadContext context,
Binding binding) |
void |
setStaticScope(StaticScope newScope) |
arity, call, call, call, call, call, call, call, call, call, call, doYield, doYield, getArgumentDescriptors, getFile, getLine, getSignature, isGiven, prepareArgumentsForCall, setEvalType, yield, yield, yield, yield, yieldSpecific, yieldSpecific, yieldSpecific, yieldSpecific
protected StaticScope scope
public ContextAwareBlockBody(StaticScope scope, Signature signature)
@Deprecated public ContextAwareBlockBody(StaticScope scope, Arity arity, int argumentType)
protected Frame pre(ThreadContext context, Binding binding)
protected void post(ThreadContext context, Binding binding, Visibility vis, Frame lastFrame)
public StaticScope getStaticScope()
getStaticScope
in class BlockBody
public void setStaticScope(StaticScope newScope)
setStaticScope
in class BlockBody
Copyright © 2001-2015 JRuby. All Rights Reserved.