public class AnnotationTableTypeEntry<T extends TypeAnnotationTargetInfo> extends AnnotationTableEntry
Constructor and Description |
---|
AnnotationTableTypeEntry(TypeAnnotationEntryValue value,
T targetInfo,
TypePath typePath,
JavaTypeInstance type,
Map<String,ElementValue> elementValueMap) |
Modifier and Type | Method and Description |
---|---|
TypeAnnotationEntryKind |
getKind() |
T |
getTargetInfo() |
TypePath |
getTypePath() |
TypeAnnotationEntryValue |
getValue() |
collectTypeUsages, dump, getClazz, isAnnotationEqual, isHidden, setHidden
public AnnotationTableTypeEntry(TypeAnnotationEntryValue value, T targetInfo, TypePath typePath, JavaTypeInstance type, Map<String,ElementValue> elementValueMap)
public TypePath getTypePath()
public TypeAnnotationEntryValue getValue()
public TypeAnnotationEntryKind getKind()
public T getTargetInfo()
Copyright © 2011-2021. All Rights Reserved.