-
- All Implemented Interfaces:
-
org.gjt.jclasslib.structures.attributes.AnnotationHolder
public final class RuntimeVisibleTypeAnnotationsAttribute extends RuntimeTypeAnnotationsAttribute
Describes an RuntimeVisibleTypeAnnotations attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRuntimeVisibleTypeAnnotationsAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<TypeAnnotation>runtimeAnnotationsprivate final IntegernumberOfAnnotationsprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description RuntimeVisibleTypeAnnotationsAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.gjt.jclasslib.structures.attributes.RuntimeTypeAnnotationsAttribute
getAttributeLength, getNumberOfAnnotations, getRuntimeAnnotations, setRuntimeAnnotations -
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
-
RuntimeVisibleTypeAnnotationsAttribute
RuntimeVisibleTypeAnnotationsAttribute(ClassFile classFile)
-
-
-
-