public class EvalStaticScope extends BlockStaticScope
enclosingScope| Constructor and Description |
|---|
EvalStaticScope(StaticScope parentScope) |
EvalStaticScope(StaticScope parentScope,
java.lang.String[] names) |
| Modifier and Type | Method and Description |
|---|---|
StaticScope |
getLocalScope()
Gets the Local Scope relative to the current Scope.
|
addAssign, assign, declare, getAllNamesInScope, isArgumentScope, isDefined, makeArgumentScope, toStringaddVariable, addVariableThisScope, assign, capture, declare, determineModule, exists, getArity, getConstant, getConstantWithConstMissing, getDummyScope, getEnclosingScope, getModule, getNumberOfVariables, getOptionalArgs, getPreviousCRefScope, getRequiredArgs, getRestArg, getVariables, isBackrefLastlineScope, isCaptured, isDefined, setArities, setBackrefLastlineScope, setModule, setPreviousCRefScope, setRequiredArgs, setRestArg, setVariablespublic EvalStaticScope(StaticScope parentScope)
public EvalStaticScope(StaticScope parentScope, java.lang.String[] names)
public StaticScope getLocalScope()
StaticScopegetLocalScope in class BlockStaticScopeCopyright © 2002-2009 JRuby Team. All Rights Reserved.