@Deprecated public class AnnAttachmentInfo extends Object
AnnotationAttachmentInfo
represents a Ballerina annotation attachment.Modifier and Type | Field and Description |
---|---|
protected String |
name
Deprecated.
|
protected int |
nameCPIndex
Deprecated.
|
protected String |
pkgPath
Deprecated.
|
protected int |
pkgPathCPIndex
Deprecated.
|
Constructor and Description |
---|
AnnAttachmentInfo(int pkgPathCPIndex,
String pkgPath,
int nameCPIndex,
String name)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttributeValue(int nameCPIndex,
String name,
AnnAttributeValue attributeValue)
Deprecated.
|
AnnAttributeKeyValuePair[] |
getAttributeKeyValuePairs()
Deprecated.
|
AnnAttributeValue |
getAttributeValue(String name)
Deprecated.
|
Map<String,AnnAttributeKeyValuePair> |
getAttributeValueMap()
Deprecated.
|
String |
getName()
Deprecated.
|
int |
getNameCPIndex()
Deprecated.
|
String |
getPkgPath()
Deprecated.
|
int |
getPkgPathCPIndex()
Deprecated.
|
protected int pkgPathCPIndex
protected String pkgPath
protected int nameCPIndex
protected String name
public int getPkgPathCPIndex()
public String getPkgPath()
public int getNameCPIndex()
public String getName()
public Map<String,AnnAttributeKeyValuePair> getAttributeValueMap()
public void addAttributeValue(int nameCPIndex, String name, AnnAttributeValue attributeValue)
public AnnAttributeValue getAttributeValue(String name)
public AnnAttributeKeyValuePair[] getAttributeKeyValuePairs()
Copyright © 2018 WSO2. All rights reserved.