Package com.ibm.wala.shrikeCT
Class AnnotationsReader.ArrayElementValue
- java.lang.Object
-
- com.ibm.wala.shrikeCT.AnnotationsReader.ArrayElementValue
-
- All Implemented Interfaces:
AnnotationsReader.ElementValue
- Enclosing class:
- AnnotationsReader
public static class AnnotationsReader.ArrayElementValue extends Object implements AnnotationsReader.ElementValue
represents an annotation argument that itself is an array of arguments
-
-
Field Summary
Fields Modifier and Type Field Description AnnotationsReader.ElementValue[]
vals
the values contained in the array
-
Constructor Summary
Constructors Constructor Description ArrayElementValue(AnnotationsReader.ElementValue[] vals)
-
-
-
Field Detail
-
vals
public final AnnotationsReader.ElementValue[] vals
the values contained in the array
-
-
Constructor Detail
-
ArrayElementValue
public ArrayElementValue(AnnotationsReader.ElementValue[] vals)
-
-