Class EnumAnnotationValue
- java.lang.Object
-
- it.unive.lisa.program.annotations.values.EnumAnnotationValue
-
- All Implemented Interfaces:
AnnotationValue
,BasicAnnotationValue
public class EnumAnnotationValue extends java.lang.Object implements BasicAnnotationValue
An enum annotation value.
-
-
Constructor Summary
Constructors Constructor Description EnumAnnotationValue(java.lang.String name, java.lang.String field)
Builds an enum 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()
-