proguard.classfile.attribute.annotation
Class ArrayElementValue
java.lang.Object
proguard.classfile.attribute.annotation.ElementValue
proguard.classfile.attribute.annotation.ArrayElementValue
- All Implemented Interfaces:
- VisitorAccepter
public class ArrayElementValue
- extends ElementValue
This ElementValue represents an array element value.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
u2elementValuesCount
public int u2elementValuesCount
elementValues
public ElementValue[] elementValues
ArrayElementValue
public ArrayElementValue()
- Creates an uninitialized ArrayElementValue.
getTag
public int getTag()
- Description copied from class:
ElementValue
- Returns the tag of this element value.
- Specified by:
getTag in class ElementValue
accept
public void accept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
- Description copied from class:
ElementValue
- Accepts the given visitor.
- Specified by:
accept in class ElementValue
elementValuesAccept
public void elementValuesAccept(Clazz clazz,
Annotation annotation,
ElementValueVisitor elementValueVisitor)
- Applies the given visitor to all nested element values.