Content deleted Content added
Hervegirod (talk | contribs) |
Hervegirod (talk | contribs) |
||
Line 28:
== Use of primitive wrappers in reflection ==
When looking for [[Method (computer science)|methods]] with a particular signature, each argument of the [[Method signature|method signature]] must be defined using its corresponding [[Class (computer science)|
Suppose a class ''Foo'' with one [[Method (computer science)|method]] called doSomething, with one primitive ''int'' parameter. If we want to call this method using reflection, we will have to use the Type associated with the ''int'' primitive:
|