|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AAnnotationsAttributeInfo.Annotation.NameValuePair | |
|---|---|
| edu.rice.cs.cunit.classFile.attributes | |
| edu.rice.cs.cunit.threadCheck | |
| Uses of AAnnotationsAttributeInfo.Annotation.NameValuePair in edu.rice.cs.cunit.classFile.attributes |
|---|
| Fields in edu.rice.cs.cunit.classFile.attributes declared as AAnnotationsAttributeInfo.Annotation.NameValuePair | |
|---|---|
private AAnnotationsAttributeInfo.Annotation.NameValuePair[] |
AAnnotationsAttributeInfo.Annotation._pairs
Name-value _pairs. |
| Methods in edu.rice.cs.cunit.classFile.attributes that return types with arguments of type AAnnotationsAttributeInfo.Annotation.NameValuePair | |
|---|---|
java.util.List<AAnnotationsAttributeInfo.Annotation.NameValuePair> |
AAnnotationsAttributeInfo.Annotation.getPairs()
Returns a list of the pairs. |
| Constructors in edu.rice.cs.cunit.classFile.attributes with parameters of type AAnnotationsAttributeInfo.Annotation.NameValuePair | |
|---|---|
AAnnotationsAttributeInfo.Annotation(AUTFPoolInfo type,
short pairCount,
AAnnotationsAttributeInfo.Annotation.NameValuePair[] pairs)
Creates a new annotation. |
|
| Uses of AAnnotationsAttributeInfo.Annotation.NameValuePair in edu.rice.cs.cunit.threadCheck |
|---|
| Method parameters in edu.rice.cs.cunit.threadCheck with type arguments of type AAnnotationsAttributeInfo.Annotation.NameValuePair | |
|---|---|
private static void |
XMLAnnotUtils.AnnotationToXML.processAnnotation(XMLConfig xc,
org.w3c.dom.Node node,
java.util.List<AAnnotationsAttributeInfo.Annotation.NameValuePair> nvpList,
java.util.HashMap<java.lang.String,java.lang.String> paramTypes)
Process an annotation and add the <arg> tags underneath the specified node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||