public class DummyDynamicScope extends NoVarsDynamicScope
evalScope, parent, staticScope| Constructor and Description |
|---|
DummyDynamicScope(StaticScope staticScope) |
DummyDynamicScope(StaticScope staticScope,
DynamicScope parent) |
| Modifier and Type | Method and Description |
|---|---|
DynamicScope |
cloneScope() |
IRubyObject |
getBackRef(Ruby runtime)
Get backref
|
IRubyObject |
getLastLine(Ruby runtime)
Get lastline
|
void |
growIfNeeded() |
protected void |
growIfNeeded(int size,
java.lang.String message) |
IRubyObject |
setBackRef(IRubyObject backref)
Set backref
|
IRubyObject |
setLastLine(IRubyObject lastline)
Set lastline
|
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, toStringpublic 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 NoVarsDynamicScopepublic IRubyObject getBackRef(Ruby runtime)
getBackRef in class DynamicScopepublic IRubyObject setBackRef(IRubyObject backref)
setBackRef in class DynamicScopepublic IRubyObject getLastLine(Ruby runtime)
getLastLine in class DynamicScopepublic IRubyObject setLastLine(IRubyObject lastline)
setLastLine in class DynamicScopeCopyright © 2002-2009 JRuby Team. All Rights Reserved.