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