public interface LanguageServerContext
Modifier and Type | Interface and Description |
---|---|
static class |
LanguageServerContext.Key<K> |
Modifier and Type | Method and Description |
---|---|
<V> V |
get(LanguageServerContext.Key<V> key)
Get property by Key.
|
<V> void |
put(LanguageServerContext.Key<V> key,
V value)
Add new Context property.
|
<V> void put(LanguageServerContext.Key<V> key, V value)
V
- Key Typekey
- Property Keyvalue
- Property value<V> V get(LanguageServerContext.Key<V> key)
V
- Key Typekey
- Property KeyObject
PropertyCopyright © 2018 WSO2. All rights reserved.