On Wed, Jan 21, 2009 at 9:18 AM, Chouser <chou...@gmail.com> wrote: > > On Wed, Jan 21, 2009 at 9:52 AM, Mark Volkmann > <r.mark.volkm...@gmail.com> wrote: >> >> On Wed, Jan 21, 2009 at 7:44 AM, Chouser <chou...@gmail.com> wrote: >>> >>> On Wed, Jan 21, 2009 at 12:05 AM, Chouser <chou...@gmail.com> wrote: >>>> >>>> The predicate takes a map based on the 'bean' of the member object, >>>> but with :text and :member keys added. The :text is what will be >>>> printed, the :member is the original member object itself. >>> >>> This means that (as of clojure svn 1221) you can filter directly on >>> member properties, like this: >>> >>> user=> (show String :varArgs) >> >> What is this asking show to do? Find all methods in java.lang.String >> that take a variable number of arguments? > > Yep. > >>> === public final java.lang.String === >>> [ 3] static format : String (Locale,String,Object[]) >>> [ 4] static format : String (String,Object[]) >>> nil >>> >>> user=> (show 321 :bridge) >> >> I have no guess what this is asking for. > > It will list all the bridge methods. :-)
What does "321" represent? > The JavaDoc says: Bridge methods are defined in the "JavaTM > Language Specification, 3rd Edition." > > http://java.sun.com/j2se/1.5.0/docs/guide/jpda/jdi/com/sun/jdi/Method.html#isBridge() Geez. No wonder I didn't know what it was. It's related to generics erasure. See section 15.12.4.5 in the Java Language Specification, 3rd Edition. -- R. Mark Volkmann Object Computing, Inc. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---