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 booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-