public interface MemberUtils
Member Utilities class| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPrivate(Member member)
check the specified
member is private or not ? |
static boolean |
isPublic(Member member)
check the specified
member is public or not ? |
static boolean |
isStatic(Member member)
check the specified
member is static or not ? |
static boolean isStatic(Member member)
member is static or not ?member - Member instance, e.g, Constructor, Method or Fieldmember is static one, return true, or falsestatic boolean isPrivate(Member member)
member is private or not ?member - Member instance, e.g, Constructor, Method or Fieldmember is private one, return true, or falseCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.