|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.DelegatedPropertyResolver
public class DelegatedPropertyResolver
| Field Summary | |
|---|---|
static Name |
PROPERTY_DELEGATED_FUNCTION_NAME
|
| Constructor Summary | |
|---|---|
DelegatedPropertyResolver()
|
|
| Method Summary | |
|---|---|
OverloadResolutionResults<FunctionDescriptor> |
getDelegatedPropertyConventionMethod(PropertyDescriptor propertyDescriptor,
JetExpression delegateExpression,
JetType delegateType,
BindingTrace trace,
JetScope scope,
boolean isGet,
boolean isComplete)
|
JetType |
getDelegatedPropertyGetMethodReturnType(PropertyDescriptor propertyDescriptor,
JetExpression delegateExpression,
JetType delegateType,
BindingTrace trace,
JetScope scope)
|
void |
resolveDelegatedPropertyGetMethod(PropertyDescriptor propertyDescriptor,
JetExpression delegateExpression,
JetType delegateType,
BindingTrace trace,
JetScope scope)
|
void |
resolveDelegatedPropertyPDMethod(PropertyDescriptor propertyDescriptor,
JetExpression delegateExpression,
JetType delegateType,
BindingTrace trace,
JetScope scope)
|
void |
resolveDelegatedPropertySetMethod(PropertyDescriptor propertyDescriptor,
JetExpression delegateExpression,
JetType delegateType,
BindingTrace trace,
JetScope scope)
|
JetType |
resolveDelegateExpression(JetExpression delegateExpression,
JetProperty jetProperty,
PropertyDescriptor propertyDescriptor,
JetScope propertyDeclarationInnerScope,
JetScope accessorScope,
BindingTrace trace,
DataFlowInfo dataFlowInfo)
|
void |
setAdditionalCheckerProvider(AdditionalCheckerProvider additionalCheckerProvider)
|
void |
setBuiltIns(KotlinBuiltIns builtIns)
|
void |
setCallResolver(CallResolver callResolver)
|
void |
setExpressionTypingServices(ExpressionTypingServices expressionTypingServices)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Name PROPERTY_DELEGATED_FUNCTION_NAME
| Constructor Detail |
|---|
public DelegatedPropertyResolver()
| Method Detail |
|---|
@Inject
public void setExpressionTypingServices(@NotNull
ExpressionTypingServices expressionTypingServices)
@Inject
public void setCallResolver(@NotNull
CallResolver callResolver)
@Inject
public void setBuiltIns(@NotNull
KotlinBuiltIns builtIns)
@Inject public void setAdditionalCheckerProvider(AdditionalCheckerProvider additionalCheckerProvider)
@Nullable
public JetType getDelegatedPropertyGetMethodReturnType(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetExpression delegateExpression,
@NotNull
JetType delegateType,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope)
public void resolveDelegatedPropertyGetMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetExpression delegateExpression,
@NotNull
JetType delegateType,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope)
public void resolveDelegatedPropertySetMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetExpression delegateExpression,
@NotNull
JetType delegateType,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope)
public void resolveDelegatedPropertyPDMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetExpression delegateExpression,
@NotNull
JetType delegateType,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope)
public OverloadResolutionResults<FunctionDescriptor> getDelegatedPropertyConventionMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetExpression delegateExpression,
@NotNull
JetType delegateType,
@NotNull
BindingTrace trace,
@NotNull
JetScope scope,
boolean isGet,
boolean isComplete)
@Nullable
public JetType resolveDelegateExpression(@NotNull
JetExpression delegateExpression,
@NotNull
JetProperty jetProperty,
@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
JetScope propertyDeclarationInnerScope,
@NotNull
JetScope accessorScope,
@NotNull
BindingTrace trace,
@NotNull
DataFlowInfo dataFlowInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||