Package gw.internal.gosu.parser
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 java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.lang.parser.StandardScope
countSymbols, getActivationCtx, getCSR, setCSRMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.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
-