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