Class AnnotationTableEntry
java.lang.Object
org.benf.cfr.reader.entities.annotations.AnnotationTableEntry
- All Implemented Interfaces:
TypeUsageCollectable
- Direct Known Subclasses:
AnnotationTableTypeEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JavaTypeInstanceprivate final Map<String, ElementValue> private boolean -
Constructor Summary
ConstructorsConstructorDescriptionAnnotationTableEntry(JavaTypeInstance clazz, Map<String, ElementValue> elementValueMap) -
Method Summary
Modifier and TypeMethodDescriptionvoidcollectTypeUsages(TypeUsageCollector collector) getClazz()booleanbooleanisHidden()void
-
Field Details
-
clazz
-
elementValueMap
-
-
Constructor Details
-
AnnotationTableEntry
-
-
Method Details
-
setHidden
public void setHidden() -
isHidden
public boolean isHidden() -
getClazz
-
dump
-
collectTypeUsages
- Specified by:
collectTypeUsagesin interfaceTypeUsageCollectable
-
isAnnotationEqual
-