Package | Description |
---|---|
org.ballerinalang.util.codegen |
Modifier and Type | Method and Description |
---|---|
AnnAttributeValue |
AnnAttributeKeyValuePair.getAttributeValue() |
AnnAttributeValue |
AnnAttachmentInfo.getAttributeValue(String name)
Deprecated.
|
AnnAttributeValue[] |
AnnAttributeValue.getAttributeValueArray() |
Modifier and Type | Method and Description |
---|---|
void |
AnnAttachmentInfo.addAttributeValue(int nameCPIndex,
String name,
AnnAttributeValue attributeValue)
Deprecated.
|
Constructor and Description |
---|
AnnAttributeKeyValuePair(int attributeNameCPIndex,
String attributeName,
AnnAttributeValue attributeValue) |
AnnAttributeValue(int typeDescCPIndex,
String typeDesc,
AnnAttributeValue[] attributeValueArray) |
Copyright © 2018 WSO2. All rights reserved.