Docs
This commit is contained in:
@@ -13,11 +13,11 @@ import java.util.Map;
|
|||||||
* @author abreslav
|
* @author abreslav
|
||||||
*/
|
*/
|
||||||
public interface ResolvedCall<D extends CallableDescriptor> {
|
public interface ResolvedCall<D extends CallableDescriptor> {
|
||||||
/** A target callable descriptor as it was accessible in the corresponding scope, i.e. with type parameters not substituted */
|
/** A target callable descriptor as it was accessible in the corresponding scope, i.e. with type arguments not substituted */
|
||||||
@NotNull
|
@NotNull
|
||||||
D getCandidateDescriptor();
|
D getCandidateDescriptor();
|
||||||
|
|
||||||
/** Type parameters are substituted */
|
/** Type arguments are substituted. This descriptor is guaranteed to have NO declared type parameters */
|
||||||
@NotNull
|
@NotNull
|
||||||
D getResultingDescriptor();
|
D getResultingDescriptor();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user