Package | Description |
---|---|
org.ballerinalang.langserver.completions.util.sorters |
Modifier and Type | Class and Description |
---|---|
class |
ActionAndFieldAccessContextItemSorter
Item Sorter for the actions and field access items.
|
class |
ConditionalStatementItemSorter
Completion item sorter for conditional statements such as if statement and while statement conditions.
|
class |
DefaultItemSorter
Default Item Sorter.
|
class |
EndpointDefContextItemSorter
Endpoint definition context item sorter.
|
class |
MatchContextItemSorter
Completion Item sorter for the match statement completions.
|
class |
ServiceContextItemSorter
Item sorter for the service context.
|
class |
StatementContextItemSorter
Item Sorter for the statement context.
|
class |
VariableDefContextItemSorter
Item Sorter for the Variable Definition context.
|
Modifier and Type | Method and Description |
---|---|
static CompletionItemSorter |
ItemSorters.getSorterByClass(Class context)
Get the item sorter by the class.
|
Copyright © 2018 WSO2. All rights reserved.