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