|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectKtExpressionWithLabel
org.jetbrains.kotlin.psi.KtInstanceExpressionWithLabel
org.jetbrains.kotlin.psi.KtSuperExpression
public class KtSuperExpression
| Constructor Summary | |
|---|---|
KtSuperExpression(com.intellij.lang.ASTNode node)
|
|
| Method Summary | ||
|---|---|---|
|
accept(KtVisitor<R,D> visitor,
D data)
|
|
KtTypeReference |
getSuperTypeQualifier()
class A : B, C { override fun foo() { super.foo() super |
|
| Methods inherited from class org.jetbrains.kotlin.psi.KtInstanceExpressionWithLabel |
|---|
getInstanceReference |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KtSuperExpression(@NotNull
com.intellij.lang.ASTNode node)
| Method Detail |
|---|
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
@Nullable public KtTypeReference getSuperTypeQualifier()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||