-
- All Implemented Interfaces:
public abstract class RuntimeParameterAnnotationsAttribute extends AttributeInfo
Common class for runtime parameter annotations.
-
-
Field Summary
Fields Modifier and Type Field Description private Array<ParameterAnnotations>parameterAnnotationsprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description RuntimeParameterAnnotationsAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<ParameterAnnotations>getParameterAnnotations()Parameter annotations final UnitsetParameterAnnotations(Array<ParameterAnnotations> parameterAnnotations)Parameter annotations IntegergetAttributeLength()Get the length of this attribute in bytes. -
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
-
RuntimeParameterAnnotationsAttribute
RuntimeParameterAnnotationsAttribute(ClassFile classFile)
-
-
Method Detail
-
getParameterAnnotations
final Array<ParameterAnnotations> getParameterAnnotations()
Parameter annotations
-
setParameterAnnotations
final Unit setParameterAnnotations(Array<ParameterAnnotations> parameterAnnotations)
Parameter annotations
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-