public abstract class AttributeParameterAnnotations extends Attribute implements TypeUsageCollectable
Constructor and Description |
---|
AttributeParameterAnnotations(ByteData raw,
ConstantPool cp) |
Modifier and Type | Method and Description |
---|---|
void |
collectTypeUsages(TypeUsageCollector collector) |
Dumper |
dump(Dumper d) |
List<AnnotationTableEntry> |
getAnnotationsForParamIdx(int idx) |
long |
getRawByteLength() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRawName
public AttributeParameterAnnotations(ByteData raw, ConstantPool cp)
public List<AnnotationTableEntry> getAnnotationsForParamIdx(int idx)
public long getRawByteLength()
getRawByteLength
in interface KnowsRawSize
public void collectTypeUsages(TypeUsageCollector collector)
collectTypeUsages
in interface TypeUsageCollectable
collectTypeUsages
in class Attribute
Copyright © 2011-2021. All Rights Reserved.