|
|||||||||
| 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 |
GETTER_NAME
|
static Name |
OLD_GETTER_NAME
|
static Name |
OLD_SETTER_NAME
|
static Name |
PROPERTY_DELEGATED_FUNCTION_NAME
|
static Name |
SETTER_NAME
|
| Constructor Summary | |
|---|---|
DelegatedPropertyResolver(SymbolUsageValidator symbolUsageValidator,
KotlinBuiltIns builtIns,
FakeCallResolver fakeCallResolver,
ExpressionTypingServices expressionTypingServices)
|
|
| Method Summary | |
|---|---|
OverloadResolutionResults<FunctionDescriptor> |
getDelegatedPropertyConventionMethod(PropertyDescriptor propertyDescriptor,
KtExpression delegateExpression,
KotlinType delegateType,
BindingTrace trace,
LexicalScope scope,
boolean isGet,
boolean isComplete)
|
KotlinType |
getDelegatedPropertyGetMethodReturnType(PropertyDescriptor propertyDescriptor,
KtExpression delegateExpression,
KotlinType delegateType,
BindingTrace trace,
LexicalScope scope)
|
void |
resolveDelegatedPropertyGetMethod(PropertyDescriptor propertyDescriptor,
KtExpression delegateExpression,
KotlinType delegateType,
BindingTrace trace,
LexicalScope scope)
|
void |
resolveDelegatedPropertyPDMethod(PropertyDescriptor propertyDescriptor,
KtExpression delegateExpression,
KotlinType delegateType,
BindingTrace trace,
LexicalScope scope)
|
void |
resolveDelegatedPropertySetMethod(PropertyDescriptor propertyDescriptor,
KtExpression delegateExpression,
KotlinType delegateType,
BindingTrace trace,
LexicalScope scope)
|
KotlinType |
resolveDelegateExpression(KtExpression delegateExpression,
KtProperty jetProperty,
PropertyDescriptor propertyDescriptor,
LexicalScope propertyDeclarationInnerScope,
LexicalScope accessorScope,
BindingTrace trace,
DataFlowInfo dataFlowInfo)
|
| 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
public static final Name GETTER_NAME
public static final Name SETTER_NAME
public static final Name OLD_GETTER_NAME
public static final Name OLD_SETTER_NAME
| Constructor Detail |
|---|
public DelegatedPropertyResolver(@NotNull
SymbolUsageValidator symbolUsageValidator,
@NotNull
KotlinBuiltIns builtIns,
@NotNull
FakeCallResolver fakeCallResolver,
@NotNull
ExpressionTypingServices expressionTypingServices)
| Method Detail |
|---|
@Nullable
public KotlinType getDelegatedPropertyGetMethodReturnType(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
KtExpression delegateExpression,
@NotNull
KotlinType delegateType,
@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope)
public void resolveDelegatedPropertyGetMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
KtExpression delegateExpression,
@NotNull
KotlinType delegateType,
@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope)
public void resolveDelegatedPropertySetMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
KtExpression delegateExpression,
@NotNull
KotlinType delegateType,
@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope)
public void resolveDelegatedPropertyPDMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
KtExpression delegateExpression,
@NotNull
KotlinType delegateType,
@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope)
public OverloadResolutionResults<FunctionDescriptor> getDelegatedPropertyConventionMethod(@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
KtExpression delegateExpression,
@NotNull
KotlinType delegateType,
@NotNull
BindingTrace trace,
@NotNull
LexicalScope scope,
boolean isGet,
boolean isComplete)
@Nullable
public KotlinType resolveDelegateExpression(@NotNull
KtExpression delegateExpression,
@NotNull
KtProperty jetProperty,
@NotNull
PropertyDescriptor propertyDescriptor,
@NotNull
LexicalScope propertyDeclarationInnerScope,
@NotNull
LexicalScope accessorScope,
@NotNull
BindingTrace trace,
@NotNull
DataFlowInfo dataFlowInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||