Package | Description |
---|---|
org.ballerinalang.langserver |
Modifier and Type | Method and Description |
---|---|
static SnippetBlock.SnippetType |
SnippetBlock.SnippetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnippetBlock.SnippetType[] |
SnippetBlock.SnippetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SnippetBlock(String snippet,
SnippetBlock.SnippetType snippetType) |
SnippetBlock(String label,
String snippet,
String detail,
SnippetBlock.SnippetType snippetType) |
Copyright © 2019 WSO2. All rights reserved.