|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.calls.InlineCallResolverExtension
public class InlineCallResolverExtension
| Constructor Summary | |
|---|---|
InlineCallResolverExtension(SimpleFunctionDescriptor descriptor)
|
|
| Method Summary | ||
|---|---|---|
void |
checkRecursion(BasicCallResolutionContext context,
CallableDescriptor targetDescriptor,
JetElement expression)
|
|
static com.intellij.psi.PsiElement |
getDeclaration(JetExpression expression)
|
|
|
run(ResolvedCall<F> resolvedCall,
BasicCallResolutionContext context)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineCallResolverExtension(@NotNull
SimpleFunctionDescriptor descriptor)
| Method Detail |
|---|
public <F extends CallableDescriptor> void run(@NotNull
ResolvedCall<F> resolvedCall,
@NotNull
BasicCallResolutionContext context)
run in interface CallResolverExtension
public void checkRecursion(@NotNull
BasicCallResolutionContext context,
@NotNull
CallableDescriptor targetDescriptor,
@NotNull
JetElement expression)
@Nullable public static com.intellij.psi.PsiElement getDeclaration(JetExpression expression)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||