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, toString
addVariable, 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, setVariables
public EvalStaticScope(StaticScope parentScope)
public EvalStaticScope(StaticScope parentScope, java.lang.String[] names)
public StaticScope getLocalScope()
StaticScope
getLocalScope
in class BlockStaticScope
Copyright © 2002-2009 JRuby Team. All Rights Reserved.