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