Package gw.internal.gosu.parser
Class CommonSymbolsScope<K extends java.lang.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>,java.io.Serializable,java.lang.Cloneable,java.util.Map<K,V>
public class CommonSymbolsScope<K extends java.lang.CharSequence,V extends ISymbol> extends StandardScope<K,V>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonSymbolsScope.LockedDownSymbol
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringPRINT
-
Constructor Summary
Constructors Modifier Constructor Description privateCommonSymbolsScope()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CommonSymbolsScope<K,V>copy()Shallow copy this scopestatic CommonSymbolsScopemake()Vput(K key, V value)voidputAll(java.util.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
-
-
-
-
Field Detail
-
PRINT
private static final java.lang.String PRINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
make
public static CommonSymbolsScope make()
-
copy
public CommonSymbolsScope<K,V> copy()
Description copied from interface:IScopeShallow copy this scope
-
-