Class AttributeRuntimeInvisibleParameterAnnotations
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.Attribute
-
- org.benf.cfr.reader.entities.attributes.AttributeParameterAnnotations
-
- org.benf.cfr.reader.entities.attributes.AttributeRuntimeInvisibleParameterAnnotations
-
- All Implemented Interfaces:
KnowsRawName
,KnowsRawSize
,Dumpable
,TypeUsageCollectable
public class AttributeRuntimeInvisibleParameterAnnotations extends AttributeParameterAnnotations
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTRIBUTE_NAME
-
Constructor Summary
Constructors Constructor Description AttributeRuntimeInvisibleParameterAnnotations(ByteData raw, ConstantPool cp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRawName()
-
Methods inherited from class org.benf.cfr.reader.entities.attributes.AttributeParameterAnnotations
collectTypeUsages, dump, getAnnotationsForParamIdx, getRawByteLength
-
-
-
-
Field Detail
-
ATTRIBUTE_NAME
public static final java.lang.String ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttributeRuntimeInvisibleParameterAnnotations
public AttributeRuntimeInvisibleParameterAnnotations(ByteData raw, ConstantPool cp)
-
-