The notation [x1, ..., xn/y1, ..., yn]E denotes a copy of E in which all occurrences of yi, 1 <= i <= n have been replaced with xi.Note that, contrary to the specification, this method will not create a copy of this type if no substitutions were required, but will return this type directly. @param argumentTypes the actual type arguments being substituted for the parameters @param parameterTypes the parameters to be replaced @return the result of performing the substitution
|
|
|
|
|
|
|
|
|
|