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