Uses of Class
org.benf.cfr.reader.entities.annotations.AnnotationTableEntry
Packages that use AnnotationTableEntry
Package
Description
-
Uses of AnnotationTableEntry in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type AnnotationTableEntryModifier and TypeMethodDescriptionstatic List<AnnotationTableEntry> MiscAnnotations.BasicAnnotations(AttributeMap attributeMap) DeclarationAnnotationHelper.DeclarationAnnotationsInfo.getDeclarationAnnotations(boolean usesAdmissibleType) MethodPrototypeAnnotationsHelper.getMethodAnnotations()Methods in org.benf.cfr.reader.bytecode.analysis.types with parameters of type AnnotationTableEntryModifier and TypeMethodDescriptionvoidJavaAnnotatedTypeIterator.apply(AnnotationTableEntry entry) Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type AnnotationTableEntryModifier and TypeMethodDescriptionDeclarationAnnotationHelper.getDeclarationInfo(JavaTypeInstance nullableAnnotatedType, List<AnnotationTableEntry> declarationAnnotations, List<AnnotationTableTypeEntry> typeAnnotations) Calculates information about where to place declaration andElementType.TYPE_USEannotations for a place where both can occur. -
Uses of AnnotationTableEntry in org.benf.cfr.reader.entities.annotations
Subclasses of AnnotationTableEntry in org.benf.cfr.reader.entities.annotationsModifier and TypeClassDescriptionclassAnnotationTableTypeEntry<T extends TypeAnnotationTargetInfo>Methods in org.benf.cfr.reader.entities.annotations with parameters of type AnnotationTableEntryModifier and TypeMethodDescriptionbooleanAnnotationTableEntry.isAnnotationEqual(AnnotationTableEntry other) Constructors in org.benf.cfr.reader.entities.annotations with parameters of type AnnotationTableEntry -
Uses of AnnotationTableEntry in org.benf.cfr.reader.entities.attributes
Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type AnnotationTableEntryModifier and TypeMethodDescriptionAttributeParameterAnnotations.getAnnotationsForParamIdx(int idx) AttributeAnnotations.getEntryList()