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