| Class | Description |
|---|---|
| AtomicCallBuilder |
Fake implementation of
NeovimApi which stores calls into an array
instead of sending them directly to the neovim instance |
| BaseStreamApi |
Base class for implementation of stream based
NeovimApiClient classes
Provides convenience methods for sending and parsing messages |
| NeovimApi |
Represents full neovim API
|
| NeovimApiClient |
Annotation marking that a class is a NeovimApiClient
Marking with this annotation means that the class should implement some of the neovim api functions
It is useful for documentation since it contains information about supported version
It could also be used for generating clients and for compile time checking
|
| NeovimApiFunction |
Annotation marking that method is a NeovimApiFunction
Marking with this annotation means that the method will do the actual call
It is useful for documentation since it contains information about versions, params and name
It could also be used for generating clients and for compile time checking
|
| Class | Description |
|---|---|
| BaseStreamApi |
Base class for implementation of stream based
NeovimApiClient classes
Provides convenience methods for sending and parsing messages |
| NeovimApiClient |
Annotation marking that a class is a NeovimApiClient
Marking with this annotation means that the class should implement some of the neovim api functions
It is useful for documentation since it contains information about supported version
It could also be used for generating clients and for compile time checking
|
| NeovimApiFunction |
Annotation marking that method is a NeovimApiFunction
Marking with this annotation means that the method will do the actual call
It is useful for documentation since it contains information about versions, params and name
It could also be used for generating clients and for compile time checking
|
| Class | Description |
|---|---|
| BaseStreamApi |
Base class for implementation of stream based
NeovimApiClient classes
Provides convenience methods for sending and parsing messages |
| NeovimApiClient |
Annotation marking that a class is a NeovimApiClient
Marking with this annotation means that the class should implement some of the neovim api functions
It is useful for documentation since it contains information about supported version
It could also be used for generating clients and for compile time checking
|
| NeovimApiFunction |
Annotation marking that method is a NeovimApiFunction
Marking with this annotation means that the method will do the actual call
It is useful for documentation since it contains information about versions, params and name
It could also be used for generating clients and for compile time checking
|
| Class | Description |
|---|---|
| BaseStreamApi |
Base class for implementation of stream based
NeovimApiClient classes
Provides convenience methods for sending and parsing messages |
| NeovimApiClient |
Annotation marking that a class is a NeovimApiClient
Marking with this annotation means that the class should implement some of the neovim api functions
It is useful for documentation since it contains information about supported version
It could also be used for generating clients and for compile time checking
|
| NeovimApiFunction |
Annotation marking that method is a NeovimApiFunction
Marking with this annotation means that the method will do the actual call
It is useful for documentation since it contains information about versions, params and name
It could also be used for generating clients and for compile time checking
|
Copyright © 2018. All rights reserved.