|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectKtExpressionImpl
org.jetbrains.kotlin.psi.KtBinaryExpressionWithTypeRHS
public class KtBinaryExpressionWithTypeRHS
| Field Summary |
|---|
| Fields inherited from interface org.jetbrains.kotlin.psi.KtExpression |
|---|
ARRAY_FACTORY, EMPTY_ARRAY |
| Constructor Summary | |
|---|---|
KtBinaryExpressionWithTypeRHS(com.intellij.lang.ASTNode node)
|
|
| Method Summary | ||
|---|---|---|
|
accept(KtVisitor<R,D> visitor,
D data)
|
|
KtExpression |
getLeft()
|
|
KtSimpleNameExpression |
getOperationReference()
|
|
KtTypeReference |
getRight()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KtBinaryExpressionWithTypeRHS(@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 getLeft()
@Nullable public KtTypeReference getRight()
@NotNull public KtSimpleNameExpression getOperationReference()
getOperationReference in interface KtOperationExpression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||