public class OneVarDynamicScope extends NoVarsDynamicScope
| Modifier and Type | Field and Description | 
|---|---|
| protected IRubyObject | variableValueZero | 
parent, staticScope| Constructor and Description | 
|---|
| OneVarDynamicScope(StaticScope staticScope) | 
| OneVarDynamicScope(StaticScope staticScope,
                  DynamicScope parent) | 
| Modifier and Type | Method and Description | 
|---|---|
| DynamicScope | cloneScope() | 
| IRubyObject | getValue(int offset,
        int depth)Get value from current scope or one of its captured scopes. | 
| IRubyObject | getValueDepthZeroOrNil(int offset,
                      IRubyObject nil)getValueOrNil for depth 0 | 
| IRubyObject | getValueOrNil(int offset,
             int depth,
             IRubyObject nil)Variation of getValue that checks for nulls, returning and setting the given value (presumably nil) | 
| IRubyObject[] | getValues() | 
| IRubyObject | getValueZeroDepthZeroOrNil(IRubyObject nil)getValueOrNil for index 0, depth 0 | 
| void | growIfNeeded() | 
| IRubyObject | setValue(int offset,
        IRubyObject value,
        int depth)Set value in current dynamic scope or one of its captured scopes. | 
| IRubyObject | setValueDepthZero(IRubyObject value,
                 int offset)setValue for depth zero | 
| IRubyObject | setValueZeroDepthZero(IRubyObject value)Set value zero in this scope; | 
getValueOneDepthZeroOrNil, getValueThreeDepthZeroOrNil, getValueTwoDepthZeroOrNil, growIfNeeded, setValueOneDepthZero, setValueThreeDepthZero, setValueTwoDepthZeroclearEvalType, getAllNamesInScope, getEvalType, getFlipScope, getNextCapturedScope, getNthParentScope, getParentScope, getStaticScope, inBindingEval, inInstanceEval, inModuleEval, isLambda, newDummyScope, newDynamicScope, newDynamicScope, newDynamicScope, setEvalType, setLambda, setValue, toString, toStringprotected IRubyObject variableValueZero
public OneVarDynamicScope(StaticScope staticScope, DynamicScope parent)
public OneVarDynamicScope(StaticScope staticScope)
public void growIfNeeded()
growIfNeeded in class NoVarsDynamicScopepublic DynamicScope cloneScope()
cloneScope in class NoVarsDynamicScopepublic IRubyObject[] getValues()
getValues in class NoVarsDynamicScopepublic IRubyObject getValue(int offset, int depth)
getValue in class NoVarsDynamicScopeoffset - zero-indexed value that represents where variable livesdepth - how many captured scopes down this variable should be setpublic IRubyObject getValueOrNil(int offset, int depth, IRubyObject nil)
getValueOrNil in class NoVarsDynamicScopepublic IRubyObject getValueDepthZeroOrNil(int offset, IRubyObject nil)
DynamicScopegetValueDepthZeroOrNil in class NoVarsDynamicScopepublic IRubyObject getValueZeroDepthZeroOrNil(IRubyObject nil)
DynamicScopegetValueZeroDepthZeroOrNil in class NoVarsDynamicScopepublic IRubyObject setValue(int offset, IRubyObject value, int depth)
setValue in class NoVarsDynamicScopeoffset - zero-indexed value that represents where variable livesvalue - to setdepth - how many captured scopes down this variable should be setpublic IRubyObject setValueDepthZero(IRubyObject value, int offset)
DynamicScopesetValueDepthZero in class NoVarsDynamicScopevalue - to setoffset - zero-indexed value that represents where variable livespublic IRubyObject setValueZeroDepthZero(IRubyObject value)
DynamicScopesetValueZeroDepthZero in class NoVarsDynamicScopeCopyright © 2001-2015 JRuby. All Rights Reserved.