Class ArrayAnnotationValue
- java.lang.Object
-
- it.unive.lisa.program.annotations.values.ArrayAnnotationValue
-
- All Implemented Interfaces:
AnnotationValue
public class ArrayAnnotationValue extends java.lang.Object implements AnnotationValue
An array annotation value.
-
-
Constructor Summary
Constructors Constructor Description ArrayAnnotationValue(BasicAnnotationValue[] arr)
Builds an array annotation value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ArrayAnnotationValue
public ArrayAnnotationValue(BasicAnnotationValue[] arr)
Builds an array annotation value.- Parameters:
arr
- the array of basic annotation values
-
-