org.jetbrains.kotlin.psi
Class KtIfExpression
java.lang.Object
KtExpressionImpl
org.jetbrains.kotlin.psi.KtIfExpression
public class KtIfExpression
- extends KtExpressionImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KtIfExpression
public KtIfExpression(@NotNull
com.intellij.lang.ASTNode node)
accept
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
getCondition
@Nullable
public KtExpression getCondition()
getLeftParenthesis
@Nullable
public com.intellij.psi.PsiElement getLeftParenthesis()
getRightParenthesis
@Nullable
public com.intellij.psi.PsiElement getRightParenthesis()
getThen
@Nullable
public KtExpression getThen()
getElse
@Nullable
public KtExpression getElse()
getElseKeyword
@Nullable
public com.intellij.psi.PsiElement getElseKeyword()
getIfKeyword
@NotNull
public com.intellij.psi.PsiElement getIfKeyword()