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>| Modifier | Constructor and Description |
|---|---|
|
StandardScope() |
|
StandardScope(IActivationContext context) |
|
StandardScope(IActivationContext context,
int iSize) |
|
StandardScope(int iSize) |
protected |
StandardScope(StandardScope copy) |
| Modifier and Type | Method and Description |
|---|---|
StandardScope<K,V> |
copy()
Shallow copy this scope
|
int |
countSymbols()
visit all symbols in this Scope,
|
IActivationContext |
getActivationCtx()
Get the activation record context.
|
int |
getCSR() |
void |
setCSR(int csr) |
clear, clone, 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)
protected StandardScope(StandardScope copy)
public StandardScope<K,V> copy()
IScopepublic 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 © 2016. All rights reserved.