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