Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more visibility levels for properties and methods #71

Open
GoogleCodeExporter opened this issue Mar 4, 2015 · 2 comments
Open

Add more visibility levels for properties and methods #71

GoogleCodeExporter opened this issue Mar 4, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 melonhea...@gmail.com on 22 Feb 2013 at 12:17

@GoogleCodeExporter
Copy link
Author

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 comment by melonhea...@gmail.com on 22 Feb 2013 at 12:19

@GoogleCodeExporter
Copy link
Author

Original comment by melonhea...@gmail.com on 6 Mar 2013 at 4:02

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant