public class EvalStaticScope extends BlockStaticScope
StaticScope.TypeenclosingScope| Modifier | Constructor and Description |
|---|---|
protected |
EvalStaticScope(StaticScope parentScope) |
protected |
EvalStaticScope(StaticScope parentScope,
String[] names) |
| Modifier and Type | Method and Description |
|---|---|
StaticScope |
getLocalScope()
Gets the Local Scope relative to the current Scope.
|
StaticScope.Type |
getType() |
addAssign, assign, declare, getAllNamesInScope, isArgumentScope, isBlockScope, isDefined, makeArgumentScope, toStringaddVariable, addVariableThisScope, assign, declare, determineModule, exists, getArity, getConstant, getConstantInner, getConstantWithConstMissing, getDummyScope, getEnclosingScope, getModule, getNumberOfVariables, getOptionalArgs, getPreviousCRefScope, getRequiredArgs, getRestArg, getVariables, isConstantDefined, isDefined, setArities, setConstant, setModule, setPreviousCRefScope, setRequiredArgs, setRestArg, setVariablesprotected EvalStaticScope(StaticScope parentScope)
protected EvalStaticScope(StaticScope parentScope, String[] names)
public StaticScope getLocalScope()
StaticScopegetLocalScope in class BlockStaticScopepublic StaticScope.Type getType()
getType in class BlockStaticScopeCopyright © 2001-2013 JRuby. All Rights Reserved.