类 ArrayElementValue
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.annotation.ElementValue
-
- proguard.classfile.attribute.annotation.ArrayElementValue
-
- 所有已实现的接口:
java.io.Serializable,Processable
public class ArrayElementValue extends ElementValue
ThisElementValuerepresents an array element value.- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 ElementValue[]elementValuesintu2elementValuesCount-
从类继承的字段 proguard.classfile.attribute.annotation.ElementValue
referencedClass, referencedMethod, TAG_ANNOTATION, TAG_ARRAY, TAG_CLASS, TAG_ENUM_CONSTANT, TAG_STRING_CONSTANT, u2elementNameIndex
-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 ArrayElementValue()Creates an uninitialized ArrayElementValue.ArrayElementValue(int u2elementNameIndex, int u2elementValuesCount, ElementValue[] elementValues)Creates an initialized ArrayElementValue.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaccept(Clazz clazz, Annotation annotation, ElementValueVisitor elementValueVisitor)Accepts the given visitor.voidelementValueAccept(Clazz clazz, Annotation annotation, int index, ElementValueVisitor elementValueVisitor)Applies the given visitor to the specified nested element value.voidelementValuesAccept(Clazz clazz, Annotation annotation, ElementValueVisitor elementValueVisitor)Applies the given visitor to all nested element values.chargetTag()Returns the tag of this element value.-
从类继承的方法 proguard.classfile.attribute.annotation.ElementValue
getMethodName, referencedMethodAccept
-
从类继承的方法 proguard.util.SimpleProcessable
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 proguard.util.Processable
accept
-
-
-
-
字段详细资料
-
u2elementValuesCount
public int u2elementValuesCount
-
elementValues
public ElementValue[] elementValues
-
-
构造器详细资料
-
ArrayElementValue
public ArrayElementValue()
Creates an uninitialized ArrayElementValue.
-
ArrayElementValue
public ArrayElementValue(int u2elementNameIndex, int u2elementValuesCount, ElementValue[] elementValues)Creates an initialized ArrayElementValue.
-
-
方法详细资料
-
getTag
public char getTag()
从类复制的说明:ElementValueReturns the tag of this element value.- 指定者:
getTag在类中ElementValue
-
accept
public void accept(Clazz clazz, Annotation annotation, ElementValueVisitor elementValueVisitor)
从类复制的说明:ElementValueAccepts the given visitor.- 指定者:
accept在类中ElementValue
-
elementValueAccept
public void elementValueAccept(Clazz clazz, Annotation annotation, int index, ElementValueVisitor elementValueVisitor)
Applies the given visitor to the specified nested element value.
-
elementValuesAccept
public void elementValuesAccept(Clazz clazz, Annotation annotation, ElementValueVisitor elementValueVisitor)
Applies the given visitor to all nested element values.
-
-