Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.types | |
org.benf.cfr.reader.entities | |
org.benf.cfr.reader.entities.attributes |
Modifier and Type | Method and Description |
---|---|
List<AnnotationTableTypeEntry> |
TypeAnnotationHelper.getEntries() |
List<AnnotationTableTypeEntry> |
MethodPrototypeAnnotationsHelper.getMethodReturnAnnotations() |
List<AnnotationTableTypeEntry> |
DeclarationAnnotationHelper.DeclarationAnnotationsInfo.getTypeAnnotations(boolean usesAdmissibleType) |
List<AnnotationTableTypeEntry> |
MethodPrototypeAnnotationsHelper.getTypeTargetAnnotations(TypeAnnotationEntryValue target) |
Modifier and Type | Method and Description |
---|---|
static void |
TypeAnnotationHelper.apply(JavaAnnotatedTypeInstance annotatedTypeInstance,
List<? extends AnnotationTableTypeEntry> typeEntries,
DecompilerComments comments) |
Dumper |
FormalTypeParameter.dump(Dumper d,
List<AnnotationTableTypeEntry> typeAnnotations,
List<AnnotationTableTypeEntry> typeBoundAnnotations) |
Dumper |
FormalTypeParameter.dump(Dumper d,
List<AnnotationTableTypeEntry> typeAnnotations,
List<AnnotationTableTypeEntry> typeBoundAnnotations) |
void |
MethodPrototype.dumpDeclarationSignature(Dumper d,
String methName,
Method.MethodConstructor isConstructor,
MethodPrototypeAnnotationsHelper annotationsHelper,
List<AnnotationTableTypeEntry> returnTypeAnnotations) |
static DeclarationAnnotationHelper.DeclarationAnnotationsInfo |
DeclarationAnnotationHelper.getDeclarationInfo(JavaTypeInstance nullableAnnotatedType,
List<AnnotationTableEntry> declarationAnnotations,
List<AnnotationTableTypeEntry> typeAnnotations)
Calculates information about where to place declaration and
ElementType.TYPE_USE
annotations for a place where both can occur. |
Modifier and Type | Method and Description |
---|---|
void |
ClassFile.dumpReceiverClassIdentity(List<AnnotationTableTypeEntry> recieverAnnotations,
Dumper d) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationTableTypeEntry> |
AttributeTypeAnnotations.getAnnotationsFor(TypeAnnotationEntryValue... types) |
Copyright © 2011-2021. All Rights Reserved.