Class AnnotationsAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.AnnotationsAttribute
-
public final class AnnotationsAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private CustomAnnotation[]
_annotations
-
Constructor Summary
Constructors Constructor Description AnnotationsAttribute(java.lang.String name, int length, CustomAnnotation[] annotations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomAnnotation[]
getAnnotations()
-
Methods inherited from class com.strobel.assembler.ir.attributes.SourceAttribute
create, find, find, getLength, getName, readAttribute, readAttributes
-
-
-
-
Field Detail
-
_annotations
private final CustomAnnotation[] _annotations
-
-
Constructor Detail
-
AnnotationsAttribute
public AnnotationsAttribute(java.lang.String name, int length, CustomAnnotation[] annotations)
-
-
Method Detail
-
getAnnotations
public CustomAnnotation[] getAnnotations()
-
-