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]

Re: partial patch for inner class method search


Alexandre Petit-Bianco <apbianco@cygnus.com> writes:

> Per Bothner writes:
> > Alex, could you take a look?
> Yes, I will ASAP.

Basically, all I need is:
(1) How do I checked that the MethodName is a simple unqualified Identifier?
(Since those seem to be the only case where we should search outer classes.)
(2) If one is true, how do I get the name as an IDENTIFIER_NODE?
I.e. is the variable 'name' ok for this, or do I need to deal with
EXPR_WITH_LINE_AND_FILE or such?
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]