public interface MemberInfo
| Modifier and Type | Method and Description |
|---|---|
int |
getAccess() |
default @Nullable AnnotationInfo |
getAnnotation(java.lang.String desc) |
@NotNull java.util.List<AnnotationInfo> |
getAnnotations() |
@Nullable java.lang.String |
getDescriptor() |
@NotNull java.lang.String |
getName() |
default boolean |
hasAnnotation(java.lang.String desc) |
@NotNull @NotNull java.lang.String getName()
@Nullable @Nullable java.lang.String getDescriptor()
int getAccess()
@NotNull @NotNull java.util.List<AnnotationInfo> getAnnotations()
@Nullable default @Nullable AnnotationInfo getAnnotation(java.lang.String desc)
default boolean hasAnnotation(java.lang.String desc)