Class DoubleAnnotationValue
- java.lang.Object
-
- it.unive.lisa.program.annotations.values.DoubleAnnotationValue
-
- All Implemented Interfaces:
AnnotationValue
,BasicAnnotationValue
public class DoubleAnnotationValue extends java.lang.Object implements BasicAnnotationValue
A double annotation value.
-
-
Constructor Summary
Constructors Constructor Description DoubleAnnotationValue(double d)
Builds a double 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()
-