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 booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-