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