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