public interface MemberUtils
| Modifier and Type | Method and Description |
|---|---|
static List<? extends Element> |
getAllDeclaredMembers(TypeMirror type) |
static List<? extends Element> |
getDeclaredMembers(TypeMirror type) |
static boolean |
hasModifiers(Element member,
Modifier... modifiers) |
static boolean |
isPublicNonStatic(Element member) |
static boolean |
matches(Element member,
ElementKind kind) |
static boolean |
matchParameterTypes(List<? extends VariableElement> parameters,
CharSequence... parameterTypes) |
static boolean matches(Element member, ElementKind kind)
static boolean isPublicNonStatic(Element member)
static List<? extends Element> getDeclaredMembers(TypeMirror type)
static List<? extends Element> getAllDeclaredMembers(TypeMirror type)
static boolean matchParameterTypes(List<? extends VariableElement> parameters, CharSequence... parameterTypes)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.