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, setCSR
Methods 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, values
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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:IScope
Shallow copy this scope- Specified by:
copy
in interfaceIScope<K extends CharSequence,
V extends ISymbol> - Overrides:
copy
in classStandardScope<K extends CharSequence,
V extends ISymbol>
-
put
-
putAll
-