类 RuntimeVisibleParameterAnnotationsAttribute
- java.lang.Object
-
- proguard.util.SimpleProcessable
-
- proguard.classfile.attribute.Attribute
-
- proguard.classfile.attribute.annotation.ParameterAnnotationsAttribute
-
- proguard.classfile.attribute.annotation.RuntimeVisibleParameterAnnotationsAttribute
-
- 所有已实现的接口:
java.io.Serializable,Processable
public class RuntimeVisibleParameterAnnotationsAttribute extends ParameterAnnotationsAttribute
ThisAttributerepresents a runtime visible parameter annotations attribute.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 proguard.classfile.attribute.annotation.ParameterAnnotationsAttribute
parameterAnnotations, u1parametersCount, u2parameterAnnotationsCount
-
从类继承的字段 proguard.classfile.attribute.Attribute
ANNOTATION_DEFAULT, BOOTSTRAP_METHODS, CHARACTER_RANGE_TABLE, CODE, COMPILATION_I_D, CONSTANT_VALUE, DEPRECATED, ENCLOSING_METHOD, EXCEPTIONS, INNER_CLASSES, LINE_NUMBER_TABLE, LOCAL_VARIABLE_TABLE, LOCAL_VARIABLE_TYPE_TABLE, METHOD_PARAMETERS, MODULE, MODULE_MAIN_CLASS, MODULE_PACKAGES, NEST_HOST, NEST_MEMBERS, PERMITTED_SUBCLASSES, RECORD, RUNTIME_INVISIBLE_ANNOTATIONS, RUNTIME_INVISIBLE_PARAMETER_ANNOTATIONS, RUNTIME_INVISIBLE_TYPE_ANNOTATIONS, RUNTIME_VISIBLE_ANNOTATIONS, RUNTIME_VISIBLE_PARAMETER_ANNOTATIONS, RUNTIME_VISIBLE_TYPE_ANNOTATIONS, SIGNATURE, SOURCE_DEBUG_EXTENSION, SOURCE_DIR, SOURCE_FILE, SOURCE_I_D, STACK_MAP, STACK_MAP_TABLE, SYNTHETIC, u2attributeNameIndex
-
从类继承的字段 proguard.util.SimpleProcessable
processingFlags, processingInfo
-
-
构造器概要
构造器 构造器 说明 RuntimeVisibleParameterAnnotationsAttribute()Creates an uninitialized RuntimeVisibleParameterAnnotationsAttribute.RuntimeVisibleParameterAnnotationsAttribute(int u2attributeNameIndex, int u1parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations)Creates an initialized RuntimeVisibleParameterAnnotationsAttribute.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaccept(Clazz clazz, Method method, AttributeVisitor attributeVisitor)Accepts the given visitor in the context of the given method.-
从类继承的方法 proguard.classfile.attribute.annotation.ParameterAnnotationsAttribute
annotationsAccept
-
从类继承的方法 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
-
-
-
-
构造器详细资料
-
RuntimeVisibleParameterAnnotationsAttribute
public RuntimeVisibleParameterAnnotationsAttribute()
Creates an uninitialized RuntimeVisibleParameterAnnotationsAttribute.
-
RuntimeVisibleParameterAnnotationsAttribute
public RuntimeVisibleParameterAnnotationsAttribute(int u2attributeNameIndex, int u1parametersCount, int[] u2parameterAnnotationsCount, Annotation[][] parameterAnnotations)Creates an initialized RuntimeVisibleParameterAnnotationsAttribute.
-
-