Class LongAnnotationValue
- java.lang.Object
-
- it.unive.lisa.program.annotations.values.LongAnnotationValue
-
- All Implemented Interfaces:
AnnotationValue,BasicAnnotationValue
public class LongAnnotationValue extends java.lang.Object implements BasicAnnotationValue
A long annotation value.
-
-
Constructor Summary
Constructors Constructor Description LongAnnotationValue(long l)Builds a long annotation value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-