Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #11837
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
|---|---|
| From | Lew <lewbloch@gmail.com> |
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia |
| Date | Tue, 7 Feb 2012 16:42:14 -0800 (PST) |
| Organization | http://groups.google.com |
| Lines | 31 |
| Message-ID | <20912762.199.1328661734939.JavaMail.geo-discussion-forums@pbsu5> (permalink) |
| References | <9d6c9c81-3b61-4ee5-b1bb-b399e0f53dc1@s9g2000vbc.googlegroups.com> <WEYTq.6513$ep4.4896@newsfe16.iad> <572ba397-4369-4033-8fee-54b22fbd8677@k6g2000vbz.googlegroups.com> <32802338.1556.1328425716958.JavaMail.geo-discussion-forums@prhu31> <0e8b5554-d19e-4a0b-9840-409d893b6ac7@1g2000yqv.googlegroups.com> <8457013.1958.1328471129375.JavaMail.geo-discussion-forums@prmu37> <25138740-03d5-4668-a243-6994eb43dbd5@1g2000yqv.googlegroups.com> <7144029.385.1328521805784.JavaMail.geo-discussion-forums@prfs3> <a8d0ca47-4744-44d3-9f76-71ad2d53f484@y10g2000vbn.googlegroups.com> <9766239.3.1328577231113.JavaMail.geo-discussion-forums@pbcov1> <fbc0216d-93ba-4c43-b559-22f9a99535ac@b23g2000yqn.googlegroups.com> <4f311f7e$0$4179$426a34cc@news.free.fr> <14350609.148.1328640840957.JavaMail.geo-discussion-forums@pbcqj1> <77ccbbfa-7861-40d6-8ac9-dddcda175d43@m2g2000vbc.googlegroups.com> |
| Reply-To | comp.lang.java.programmer@googlegroups.com |
| NNTP-Posting-Host | 173.164.137.214 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1328661735 24522 127.0.0.1 (8 Feb 2012 00:42:15 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Wed, 8 Feb 2012 00:42:15 +0000 (UTC) |
| In-Reply-To | <77ccbbfa-7861-40d6-8ac9-dddcda175d43@m2g2000vbc.googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=173.164.137.214; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11837 |
Show key headers only | View raw
Paka Small wrote:
> Lew wrote:
>> How exactly do you imagine that this proves a method is a class instance?
> "java.lang.reflect.Method setMethod = null;" and "setMethod =
> baseObjectClass.getJavaClass().getMethod(this.getSetMethodName(), new
> Class[]{this.type});" from the example code proof a method is an
> instance of the class java.lang.reflect.Method .
No, sir, as many have told you, that it does not.
That shows that the variable 'setMethod' is a reference to a class instance. It
does not show that any method is an instance. You don't turn the variable
'setMethod' into a method just by putting 'Method' in its name.
'setMethod' is not a method.
Please read and study the referenced documentation for the definition of a
method.
The definition of a method:
http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4
The definition of an object:
http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.3
http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.3.1
They are quite different.
--
Lew
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-01-25 11:23 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Jeff Higgins <jeff@invalid.invalid> - 2012-01-25 15:07 -0500
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-04 08:43 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Eric Sosman <esosman@ieee-dot-org.invalid> - 2012-02-07 08:22 -0500
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-04 08:48 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-04 23:08 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-05 03:13 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-05 11:45 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-05 14:44 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-06 01:50 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-06 12:00 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-06 17:13 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-06 22:20 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Mayeul <mayeul.marguet@free.fr> - 2012-02-07 14:03 +0100
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-07 10:54 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Paka Small <paka-en@tumia.org> - 2012-02-07 12:38 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-07 16:42 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Patricia Shanahan <pats@acm.org> - 2012-02-07 12:53 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-02-07 13:32 -0800
Re: Instance java.lang.Object.getClass() of Class Java Method on OO Tumia Lew <lewbloch@gmail.com> - 2012-02-05 11:51 -0800
csiph-web