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
Modifier and TypeFieldDescriptionstatic final ReentrantLock
A non-null
ReentrantLock
that should be used to serialize symbol completion and name expansion. -
Method Summary
-
Field Details
-
INSTANCE
A non-null
ReentrantLock
that should be used to serialize symbol completion and name expansion.- See Also:
-