You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we just handle public/private.
More levels could be checked. MethodInfo and FieldInfo have descriptors or
their visibility. One complication is Declared and Runtime types might be
different so I don't know if we can use the Type's IsSubclassOf() method.
Original issue reported on code.google.com by [email protected] on 22 Feb 2013 at 12:17
The text was updated successfully, but these errors were encountered:
For that matter we can probably use FieldInfo's visibility methods to filter
for --std-visibility instead of right now limiting the fields we find based on
the search.
Original issue reported on code.google.com by
[email protected]
on 22 Feb 2013 at 12:17The text was updated successfully, but these errors were encountered: