|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectKtExpressionImpl
org.jetbrains.kotlin.psi.KtSafeQualifiedExpression
public class KtSafeQualifiedExpression
Field Summary |
---|
Fields inherited from interface org.jetbrains.kotlin.psi.KtExpression |
---|
ARRAY_FACTORY, EMPTY_ARRAY |
Constructor Summary | |
---|---|
KtSafeQualifiedExpression(com.intellij.lang.ASTNode node)
|
Method Summary | ||
---|---|---|
|
accept(KtVisitor<R,D> visitor,
D data)
|
|
KtToken |
getOperationSign()
|
|
com.intellij.lang.ASTNode |
getOperationTokenNode()
|
|
KtExpression |
getReceiverExpression()
|
|
KtExpression |
getSelectorExpression()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KtSafeQualifiedExpression(@NotNull com.intellij.lang.ASTNode node)
Method Detail |
---|
public <R,D> R accept(@NotNull KtVisitor<R,D> visitor, D data)
accept
in interface KtExpression
@NotNull public KtExpression getReceiverExpression()
getReceiverExpression
in interface KtQualifiedExpression
@Nullable public KtExpression getSelectorExpression()
getSelectorExpression
in interface KtQualifiedExpression
@NotNull public com.intellij.lang.ASTNode getOperationTokenNode()
getOperationTokenNode
in interface KtQualifiedExpression
@NotNull public KtToken getOperationSign()
getOperationSign
in interface KtQualifiedExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |