Package com.ibm.wala.shrikeCT
Class AnnotationsReader.ConstantElementValue
- java.lang.Object
-
- com.ibm.wala.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.
-
-
Constructor Summary
Constructors Constructor Description ConstantElementValue(Object val)
-