Class AnnotationsReader.ConstantElementValue
java.lang.Object
com.ibm.wala.shrike.shrikeCT.AnnotationsReader.ConstantElementValue
- All Implemented Interfaces:
AnnotationsReader.ElementValue
- Enclosing class:
AnnotationsReader
public static class AnnotationsReader.ConstantElementValue
extends Object
implements AnnotationsReader.ElementValue
Represents a constant argument to an annotation. Class arguments (e.g.,
Foo.class
) are
also represented with this type, with the value being the String class name.- Author:
- sjfink
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
val
the constant value
-
-
Constructor Details
-
ConstantElementValue
-
-
Method Details
-
toString
-
hashCode
-
equals
-