public abstract class AttributeParameterAnnotations extends Attribute implements TypeUsageCollectable
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.util.List<AnnotationTableEntry>> |
annotationTableEntryListList |
private int |
length |
private static long |
OFFSET_OF_ANNOTATION_NAME_TABLE |
private static long |
OFFSET_OF_ATTRIBUTE_LENGTH |
private static long |
OFFSET_OF_NUMBER_OF_PARAMETERS |
private static long |
OFFSET_OF_REMAINDER |
| Constructor and Description |
|---|
AttributeParameterAnnotations(ByteData raw,
ConstantPool cp) |
| Modifier and Type | Method and Description |
|---|---|
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper d) |
java.util.List<AnnotationTableEntry> |
getAnnotationsForParamIdx(int idx) |
long |
getRawByteLength() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRawNameprivate static final long OFFSET_OF_ATTRIBUTE_LENGTH
private static final long OFFSET_OF_REMAINDER
private static final long OFFSET_OF_NUMBER_OF_PARAMETERS
private static final long OFFSET_OF_ANNOTATION_NAME_TABLE
private final java.util.List<java.util.List<AnnotationTableEntry>> annotationTableEntryListList
private final int length
public AttributeParameterAnnotations(ByteData raw, ConstantPool cp)
public java.util.List<AnnotationTableEntry> getAnnotationsForParamIdx(int idx)
public long getRawByteLength()
getRawByteLength in interface KnowsRawSizepublic void collectTypeUsages(TypeUsageCollector collector)
collectTypeUsages in interface TypeUsageCollectablecollectTypeUsages in class Attribute