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]

method invocation and parameter access


Would someone please tell me where the code is in
GCJ that builds tree nodes of method invocations?
I'm looking at the "......build(CALL_EXPR....." in
the "patch_invoke" function in file
".../gcc/java/parse.c". Is this it?

Also, when compiling a method body, how does one
refer to the formal parameters? It seems that the
"...build(PARM_DECL..." in ".../gcc/java/parse.c" is
used to construct the parameters. But I don't
understand what to do when compiling the part of
method body where that parameter is used/accessed.

Thanks!

Dachuan


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