Package com.ibm.wala.shrikeCT
Class AnnotationsReader.EnumElementValue
- java.lang.Object
-
- com.ibm.wala.shrikeCT.AnnotationsReader.EnumElementValue
-
- All Implemented Interfaces:
AnnotationsReader.ElementValue
- Enclosing class:
- AnnotationsReader
public static class AnnotationsReader.EnumElementValue extends Object implements AnnotationsReader.ElementValue
Represents enum constant annotation arguments.
-
-
Constructor Summary
Constructors Constructor Description EnumElementValue(String enumType, String enumVal)
-