public class DummyDynamicScope extends NoVarsDynamicScope
parent, staticScope
Constructor and Description |
---|
DummyDynamicScope(StaticScope staticScope) |
DummyDynamicScope(StaticScope staticScope,
DynamicScope parent) |
Modifier and Type | Method and Description |
---|---|
DynamicScope |
cloneScope() |
void |
growIfNeeded() |
protected void |
growIfNeeded(int size,
String message) |
getValue, getValueDepthZeroOrNil, getValueOneDepthZeroOrNil, getValueOrNil, getValues, getValueThreeDepthZeroOrNil, getValueTwoDepthZeroOrNil, getValueZeroDepthZeroOrNil, setValue, setValueDepthZero, setValueOneDepthZero, setValueThreeDepthZero, setValueTwoDepthZero, setValueZeroDepthZero
clearEvalType, getAllNamesInScope, getEvalType, getFlipScope, getNextCapturedScope, getNthParentScope, getParentScope, getStaticScope, inBindingEval, inInstanceEval, inModuleEval, isLambda, newDummyScope, newDynamicScope, newDynamicScope, newDynamicScope, setEvalType, setLambda, setValue, toString, toString
public DummyDynamicScope(StaticScope staticScope, DynamicScope parent)
public DummyDynamicScope(StaticScope staticScope)
public void growIfNeeded()
growIfNeeded
in class NoVarsDynamicScope
protected void growIfNeeded(int size, String message)
growIfNeeded
in class NoVarsDynamicScope
public DynamicScope cloneScope()
cloneScope
in class NoVarsDynamicScope
Copyright © 2001-2016 JRuby. All Rights Reserved.