Class AttributeRuntimeInvisibleAnnotations
- java.lang.Object
-
- org.benf.cfr.reader.entities.attributes.Attribute
-
- org.benf.cfr.reader.entities.attributes.AttributeAnnotations
-
- org.benf.cfr.reader.entities.attributes.AttributeRuntimeInvisibleAnnotations
-
- All Implemented Interfaces:
KnowsRawName
,KnowsRawSize
,Dumpable
,TypeUsageCollectable
public class AttributeRuntimeInvisibleAnnotations extends AttributeAnnotations
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTRIBUTE_NAME
-
Constructor Summary
Constructors Constructor Description AttributeRuntimeInvisibleAnnotations(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.AttributeAnnotations
collectTypeUsages, dump, getEntryList, getRawByteLength, hide
-
-
-
-
Field Detail
-
ATTRIBUTE_NAME
public static final java.lang.String ATTRIBUTE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AttributeRuntimeInvisibleAnnotations
public AttributeRuntimeInvisibleAnnotations(ByteData raw, ConstantPool cp)
-
-