org.jetbrains.kotlin.psi
Class KtBlockExpression
java.lang.Object
KtExpressionImpl
org.jetbrains.kotlin.psi.KtBlockExpression
- All Implemented Interfaces:
- com.intellij.psi.PsiModifiableCodeBlock, KtStatementExpression
public class KtBlockExpression
- extends KtExpressionImpl
- implements KtStatementExpression, com.intellij.psi.PsiModifiableCodeBlock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KtBlockExpression
public KtBlockExpression(@NotNull
com.intellij.lang.ASTNode node)
shouldChangeModificationCount
public boolean shouldChangeModificationCount(com.intellij.psi.PsiElement place)
- Specified by:
shouldChangeModificationCount
in interface com.intellij.psi.PsiModifiableCodeBlock
accept
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
getStatements
@ReadOnly
@NotNull
public java.util.List<KtExpression> getStatements()
getLastBracketRange
@Nullable
public com.intellij.openapi.util.TextRange getLastBracketRange()
getRBrace
@Nullable
public com.intellij.psi.PsiElement getRBrace()
getLBrace
@Nullable
public com.intellij.psi.PsiElement getLBrace()