|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.resolve.JetVisibilityChecker
public class JetVisibilityChecker
| Constructor Summary | |
|---|---|
JetVisibilityChecker()
|
|
| Method Summary | |
|---|---|
static boolean |
isVisible(DeclarationDescriptor locationOwner,
DeclarationDescriptor subject)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JetVisibilityChecker()
| Method Detail |
|---|
public static boolean isVisible(@NotNull
DeclarationDescriptor locationOwner,
@NotNull
DeclarationDescriptor subject)
locationOwner - owner of the call sitesubject - the descriptor whose visibility is being checked
true iff subject is visible locationOwner
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||