public class TypeAnnotationHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<AnnotationTableTypeEntry> |
entries |
Modifier | Constructor and Description |
---|---|
private |
TypeAnnotationHelper(java.util.List<AnnotationTableTypeEntry> entries) |
Modifier and Type | Method and Description |
---|---|
private static void |
apply(JavaAnnotatedTypeInstance annotatedTypeInstance,
AnnotationTableTypeEntry typeEntry,
DecompilerComments comments) |
static void |
apply(JavaAnnotatedTypeInstance annotatedTypeInstance,
java.util.List<? extends AnnotationTableTypeEntry> typeEntries,
DecompilerComments comments) |
static TypeAnnotationHelper |
create(AttributeMap map,
TypeAnnotationEntryValue... tkeys) |
java.util.List<AnnotationTableTypeEntry> |
getEntries() |
private final java.util.List<AnnotationTableTypeEntry> entries
private TypeAnnotationHelper(java.util.List<AnnotationTableTypeEntry> entries)
public static TypeAnnotationHelper create(AttributeMap map, TypeAnnotationEntryValue... tkeys)
public static void apply(JavaAnnotatedTypeInstance annotatedTypeInstance, java.util.List<? extends AnnotationTableTypeEntry> typeEntries, DecompilerComments comments)
private static void apply(JavaAnnotatedTypeInstance annotatedTypeInstance, AnnotationTableTypeEntry typeEntry, DecompilerComments comments)
public java.util.List<AnnotationTableTypeEntry> getEntries()