Class TypeAnnotationHelper
java.lang.Object
org.benf.cfr.reader.bytecode.analysis.types.TypeAnnotationHelper
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
TypeAnnotationHelper
(List<AnnotationTableTypeEntry> entries) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
apply
(JavaAnnotatedTypeInstance annotatedTypeInstance, List<? extends AnnotationTableTypeEntry> typeEntries, DecompilerComments comments) private static void
apply
(JavaAnnotatedTypeInstance annotatedTypeInstance, AnnotationTableTypeEntry typeEntry, DecompilerComments comments) static TypeAnnotationHelper
create
(AttributeMap map, TypeAnnotationEntryValue... tkeys)
-
Field Details
-
entries
-
-
Constructor Details
-
TypeAnnotationHelper
-
-
Method Details
-
create
-
apply
public static void apply(JavaAnnotatedTypeInstance annotatedTypeInstance, List<? extends AnnotationTableTypeEntry> typeEntries, DecompilerComments comments) -
apply
private static void apply(JavaAnnotatedTypeInstance annotatedTypeInstance, AnnotationTableTypeEntry typeEntry, DecompilerComments comments) -
getEntries
-