Package | Description |
---|---|
org.ballerinalang.composer.service.ballerina.parser.service.model.lang |
Modifier and Type | Method and Description |
---|---|
static AnnotationAttachment |
AnnotationAttachment.convertToPackageModel(BLangAnnotationAttachment annotationAttachment) |
static AnnotationAttachment |
AnnotationAttachment.convertToPackageModel(BLangAnnotationAttachmentPoint annotationAttachment)
Converts a
AnnotationAttachment to AnnotationAttachment . |
AnnotationAttachment |
AnnotationAttributeValue.getAnnotationValue() |
Modifier and Type | Method and Description |
---|---|
List<AnnotationAttachment> |
AnnotationDef.getAnnotationAttachments() |
List<AnnotationAttachment> |
Connector.getAnnotations()
Get annotations.
|
List<AnnotationAttachment> |
Function.getAnnotations()
Get annotations.
|
List<AnnotationAttachment> |
Action.getAnnotations()
Get annotations.
|
Modifier and Type | Method and Description |
---|---|
Connector |
Connector.addAnnotationsItem(AnnotationAttachment annotationsItem) |
Function |
Function.addAnnotationsItem(AnnotationAttachment annotationsItem) |
Action |
Action.addAnnotationsItem(AnnotationAttachment annotationsItem) |
void |
AnnotationAttributeValue.setAnnotationValue(AnnotationAttachment annotationValue) |
Modifier and Type | Method and Description |
---|---|
Connector |
Connector.annotations(List<AnnotationAttachment> annotations) |
Function |
Function.annotations(List<AnnotationAttachment> annotations) |
Action |
Action.annotations(List<AnnotationAttachment> annotations) |
void |
AnnotationDef.setAnnotationAttachments(List<AnnotationAttachment> annotationAttachments) |
void |
Connector.setAnnotations(List<AnnotationAttachment> annotations) |
void |
Function.setAnnotations(List<AnnotationAttachment> annotations) |
void |
Action.setAnnotations(List<AnnotationAttachment> annotations) |
Copyright © 2018 WSO2. All rights reserved.