Class IntAnnotationValue
- java.lang.Object
-
- it.unive.lisa.program.annotations.values.IntAnnotationValue
-
- All Implemented Interfaces:
AnnotationValue,BasicAnnotationValue
public class IntAnnotationValue extends java.lang.Object implements BasicAnnotationValue
An integer annotation value.
-
-
Constructor Summary
Constructors Constructor Description IntAnnotationValue(int i)Builds an integer annotation value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-