public class StandardScope<K extends CharSequence,V extends ISymbol> extends HashMap<K,V> implements IScope<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StandardScope() |
StandardScope(IActivationContext context) |
StandardScope(IActivationContext context,
int iSize) |
StandardScope(int iSize) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Enforce a cloneable contract.
|
int |
countSymbols()
visit all symbols in this Scope,
|
IActivationContext |
getActivationCtx()
Get the activation record context.
|
int |
getCSR() |
void |
setCSR(int csr) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic StandardScope()
public StandardScope(IActivationContext context)
public StandardScope(int iSize)
public StandardScope(IActivationContext context, int iSize)
public IActivationContext getActivationCtx()
IScopegetActivationCtx in interface IScope<K extends CharSequence,V extends ISymbol>public int countSymbols()
IScopecountSymbols in interface IScope<K extends CharSequence,V extends ISymbol>public int getCSR()
Copyright © 2015. All rights reserved.