193
edits
Hendrik Tews (talk | contribs) (about this) |
Hendrik Tews (talk | contribs) (only nonstatic members have this) |
||
Line 56: | Line 56: | ||
To access the variable nodes for the function parameters follow | To access the variable nodes for the function parameters follow | ||
funcType.function_type_params. For methods, this contains this | funcType.function_type_params. For nonstatic methods, this contains | ||
the this pointer, which actually has | |||
a reference type (with variable_name __receiver). | a reference type (with variable_name __receiver). |
edits