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