hiding protected methods and fields

Hi!The documentation says that the -protected option "Shows only protected and public classes and members. This is the default."Is there a way to *not* show the protected methods and fields? I'd like to expose only the public ones.Thanks!Benzi
[293 byte] By [Schreiberb] at [2007-9-26 7:48:08]
# 1
use the -public parameter.Vince.
vjosullivan at 2007-7-1 17:58:01 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...