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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CommonSymbolsScope.LockedDownSymbol
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonSymbolsScope<K,V>
copy()
static CommonSymbolsScope
make()
V
put(K key, V value)
void
putAll(Map m)
-
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
-
-
-
-
Method Detail
-
make
public static CommonSymbolsScope make()
-
copy
public CommonSymbolsScope<K,V> copy()
- Specified by:
copy
in interfaceIScope<K extends CharSequence,V extends ISymbol>
- Overrides:
copy
in classStandardScope<K extends CharSequence,V extends ISymbol>
-
-