Package | Description |
---|---|
org.ballerinalang.langserver | |
org.ballerinalang.langserver.common.utils.completion | |
org.ballerinalang.langserver.completions |
Modifier and Type | Method and Description |
---|---|
static AnnotationNodeKind |
AnnotationNodeKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationNodeKind[] |
AnnotationNodeKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HashMap<PackageID,List<BAnnotationSymbol>> |
LSAnnotationCache.getAnnotationMapForType(AnnotationNodeKind attachmentPoint,
LSContext ctx)
Get the annotation map for the given type.
|
Modifier and Type | Method and Description |
---|---|
AnnotationNodeKind |
AnnotationAttachmentMetaInfo.getAttachmentPoint() |
Constructor and Description |
---|
AnnotationAttachmentMetaInfo(String attachmentName,
Queue<String> fieldQueue,
String packageAlias,
AnnotationNodeKind attachmentPoint) |
Modifier and Type | Field and Description |
---|---|
static LSContext.Key<AnnotationNodeKind> |
CompletionKeys.NEXT_NODE_KEY |
Copyright © 2019 WSO2. All rights reserved.