public class DummyDynamicScope extends NoVarsDynamicScope
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
GROW_ERROR |
private static int |
SIZE |
evalScope, 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,
java.lang.String message) |
getArgValues, getValue, getValueDepthZeroOrNil, getValueOneDepthZeroOrNil, getValueOrNil, getValues, getValueThreeDepthZeroOrNil, getValueTwoDepthZeroOrNil, getValueZeroDepthZeroOrNil, setArgValues, setArgValues, setArgValues, setArgValues, setEndArgValues, setValue, setValueDepthZero, setValueOneDepthZero, setValueThreeDepthZero, setValueTwoDepthZero, setValueZeroDepthZerogetAllNamesInScope, getEvalScope, getFlipScope, getNextCapturedScope, getNthParentScope, getStaticScope, newDummyScope, newDynamicScope, newDynamicScope, setArgValues, setArgValues, setArgValues, setArgValues, setArgValues, setArgValues, setArgValues, setArgValues, setValue, toString, toStringprivate static final int SIZE
private static final java.lang.String GROW_ERROR
public DummyDynamicScope(StaticScope staticScope, DynamicScope parent)
public DummyDynamicScope(StaticScope staticScope)
public void growIfNeeded()
growIfNeeded in class NoVarsDynamicScopeprotected void growIfNeeded(int size,
java.lang.String message)
growIfNeeded in class NoVarsDynamicScopepublic DynamicScope cloneScope()
cloneScope in class NoVarsDynamicScope