示例#1
0
 public static boolean isProtected(IMember member) throws ModelException {
   return Flags.isProtected(member.getFlags());
 }