This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Thanks for the info. From what I can see, however, this is the variable for the Class object as in SomeClass.class. What I am looking for is the Object variable, an actual reference to the instance of the class that invoked the method. So for example:
SomeClass a = new SomeClass(); a.someMethod();
I am looking for the instance a, not the class SomeClass.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |