| Package | Description |
|---|---|
| org.ballerinalang.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationAttachment |
AnnotationAttachment.AnnotationBuilder.build() |
AnnotationAttachment[] |
CallableUnit.getAnnotations()
Returns an arrays of annotations attached this callable unit.
|
AnnotationAttachment[] |
ParameterDef.getAnnotations()
Get all the Annotations attached to this parameter.
|
AnnotationAttachment |
AnnotationAttributeValue.getAnnotationValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDef.addAnnotation(AnnotationAttachment annotation)
Add an
AnnotationAttachment to the Argument. |
| Constructor and Description |
|---|
AnnotationAttributeValue(AnnotationAttachment annotationValue,
SimpleTypeName valueType,
NodeLocation location,
WhiteSpaceDescriptor whiteSpaceDescriptor) |
Copyright © 2018 WSO2. All rights reserved.