Class CommonSymbolsScope<K extends CharSequence, V extends ISymbol>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
gw.lang.parser.StandardScope<K,V>
gw.internal.gosu.parser.CommonSymbolsScope<K,V>
- All Implemented Interfaces:
IScope<K,V>, Serializable, Cloneable, Map<K, V>
public class CommonSymbolsScope<K extends CharSequence, V extends ISymbol>
extends StandardScope<K,V>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class StandardScope
countSymbols, getActivationCtx, getCSR, setCSRMethods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class AbstractMap
equals, hashCode, toStringMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
PRINT
- See Also:
-
-
Constructor Details
-
CommonSymbolsScope
private CommonSymbolsScope()
-
-
Method Details
-
make
-
copy
Description copied from interface:IScopeShallow copy this scope- Specified by:
copyin interfaceIScope<K extends CharSequence, V extends ISymbol>- Overrides:
copyin classStandardScope<K extends CharSequence, V extends ISymbol>
-
put
-
putAll
-