Uses of Class
org.benf.cfr.reader.entities.annotations.AnnotationTableTypeEntry
Packages that use AnnotationTableTypeEntry
Package
Description
-
Uses of AnnotationTableTypeEntry in org.benf.cfr.reader.bytecode.analysis.types
Methods in org.benf.cfr.reader.bytecode.analysis.types that return types with arguments of type AnnotationTableTypeEntryModifier and TypeMethodDescriptionTypeAnnotationHelper.getEntries()MethodPrototypeAnnotationsHelper.getMethodReturnAnnotations()DeclarationAnnotationHelper.DeclarationAnnotationsInfo.getTypeAnnotations(boolean usesAdmissibleType) MethodPrototypeAnnotationsHelper.getTypeTargetAnnotations(TypeAnnotationEntryValue target) Method parameters in org.benf.cfr.reader.bytecode.analysis.types with type arguments of type AnnotationTableTypeEntryModifier and TypeMethodDescriptionstatic voidTypeAnnotationHelper.apply(JavaAnnotatedTypeInstance annotatedTypeInstance, List<? extends AnnotationTableTypeEntry> typeEntries, DecompilerComments comments) FormalTypeParameter.dump(Dumper d, List<AnnotationTableTypeEntry> typeAnnotations, List<AnnotationTableTypeEntry> typeBoundAnnotations) voidMethodPrototype.dumpDeclarationSignature(Dumper d, String methName, Method.MethodConstructor isConstructor, MethodPrototypeAnnotationsHelper annotationsHelper, List<AnnotationTableTypeEntry> returnTypeAnnotations) -
Uses of AnnotationTableTypeEntry in org.benf.cfr.reader.entities
Method parameters in org.benf.cfr.reader.entities with type arguments of type AnnotationTableTypeEntryModifier and TypeMethodDescriptionvoidClassFile.dumpReceiverClassIdentity(List<AnnotationTableTypeEntry> recieverAnnotations, Dumper d) -
Uses of AnnotationTableTypeEntry in org.benf.cfr.reader.entities.attributes
Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type AnnotationTableTypeEntryModifier and TypeMethodDescriptionAttributeTypeAnnotations.getAnnotationsFor(TypeAnnotationEntryValue... types)