Class SymbolCompletionLock
java.lang.Object
org.microbean.construct.SymbolCompletionLock
A class holding a
ReentrantLock that should be used to serialize symbol completion and name
expansion.- Author:
- Laird Nelson
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReentrantLockA non-nullReentrantLockthat should be used to serialize symbol completion and name expansion. -
Method Summary
-
Field Details
-
INSTANCE
A non-nullReentrantLockthat should be used to serialize symbol completion and name expansion.- See Also:
-