|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.cfg.ControlFlowInformationProvider
public class ControlFlowInformationProvider
Constructor Summary | |
---|---|
ControlFlowInformationProvider(KtElement declaration,
BindingTrace trace)
|
Method Summary | |
---|---|
void |
checkDeclaration()
|
void |
checkForLocalClassOrObjectMode()
|
void |
checkFunction(KotlinType expectedReturnType)
|
static KtDeclaration |
getElementParentDeclaration(KtElement element)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ControlFlowInformationProvider(@NotNull KtElement declaration, @NotNull BindingTrace trace)
Method Detail |
---|
public void checkForLocalClassOrObjectMode()
public void checkDeclaration()
public void checkFunction(@Nullable KotlinType expectedReturnType)
@Nullable public static KtDeclaration getElementParentDeclaration(@NotNull KtElement element)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |