public interface IScope<K,V extends ISymbol> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
IScope<K,V> |
copy()
Shallow copy this scope
|
int |
countSymbols()
visit all symbols in this Scope,
|
IActivationContext |
getActivationCtx()
Get the activation record context.
|
int |
getCSR() |
V |
put(K key,
V value) |
void |
setCSR(int csr) |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesIActivationContext getActivationCtx()
int countSymbols()
int getCSR()
void setCSR(int csr)
Copyright © 2015. All rights reserved.