Searched refs:ACC_VISIBILITY (Results 1 – 3 of 3) sorted by relevance
248 #define ACC_VISIBILITY (ACC_PUBLIC | ACC_PRIVATE | ACC_PROTECTED) macro
586 if ((flags & ACC_VISIBILITY) == last_access)588 last_access = (flags & ACC_VISIBILITY);607 (flags & ACC_VISIBILITY));
7103 * gjavah.c: Delete ACC_VISIBILITY define.7104 * jcf.h: Add ACC_VISIBILITY define.7106 (java_check_regular_methods): Use ACC_VISIBILITY define for12711 (ACC_VISIBILITY): New define.