method invocation and parameter access
Dachuan Yu
dachuan.yu@yale.edu
Fri Sep 28 10:13:00 GMT 2001
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
More information about the Java
mailing list