Class ParameterAnnotationsAttribute
- java.lang.Object
-
- com.strobel.assembler.ir.attributes.SourceAttribute
-
- com.strobel.assembler.ir.attributes.ParameterAnnotationsAttribute
-
public final class ParameterAnnotationsAttribute extends SourceAttribute
-
-
Field Summary
Fields Modifier and Type Field Description private CustomAnnotation[][]
_annotations
-
Constructor Summary
Constructors Constructor Description ParameterAnnotationsAttribute(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
-
ParameterAnnotationsAttribute
public ParameterAnnotationsAttribute(java.lang.String name, int length, CustomAnnotation[][] annotations)
-
-
Method Detail
-
getAnnotations
public CustomAnnotation[][] getAnnotations()
-
-