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.
Most users should simply use an appropriate DefaultDomain
instead of working directly with instances of this class.
- 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:
-