Package | Description |
---|---|
org.ballerinalang.composer.service.ballerina.parser.service.model.lang |
Modifier and Type | Method and Description |
---|---|
static AnnotationAttributeValue |
AnnotationAttributeValue.convertToPackageModel(AnnotationAttributeValue annotationAttributeValue)
Converts a
AnnotationAttributeValue to AnnotationAttributeValue . |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationAttributeValue> |
AnnotationAttachment.getAttributeNameValPairs() |
List<AnnotationAttributeValue> |
AnnotationAttributeValue.getValueArray() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationAttributeValue.addToValueArray(AnnotationAttributeValue annotationAttributeValue)
Adds a value to array type value.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationAttachment.setAttributeNameValPairs(Map<String,AnnotationAttributeValue> attributeNameValPairs) |
void |
AnnotationAttributeValue.setValueArray(List<AnnotationAttributeValue> valueArray) |
Copyright © 2018 WSO2. All rights reserved.