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