Elsa Ast Type Function: Difference between revisions

Jump to navigation Jump to search
only nonstatic members have this
(about this)
(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 with
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).
193

edits

Navigation menu