-
- All Implemented Interfaces:
public final class RuntimeVisibleParameterAnnotationsAttribute extends RuntimeParameterAnnotationsAttribute
Describes a RuntimeVisibleParameterAnnotations attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRuntimeVisibleParameterAnnotationsAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<ParameterAnnotations>parameterAnnotationsprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description RuntimeVisibleParameterAnnotationsAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.gjt.jclasslib.structures.attributes.RuntimeParameterAnnotationsAttribute
getAttributeLength, getParameterAnnotations, setParameterAnnotations -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RuntimeVisibleParameterAnnotationsAttribute
RuntimeVisibleParameterAnnotationsAttribute(ClassFile classFile)
-
-
-
-