|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectKtExpressionImpl
org.jetbrains.kotlin.psi.KtTryExpression
public class KtTryExpression
| Constructor Summary | |
|---|---|
KtTryExpression(com.intellij.lang.ASTNode node)
|
|
| Method Summary | ||
|---|---|---|
|
accept(KtVisitor<R,D> visitor,
D data)
|
|
java.util.List<KtCatchClause> |
getCatchClauses()
|
|
KtFinallySection |
getFinallyBlock()
|
|
KtBlockExpression |
getTryBlock()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KtTryExpression(@NotNull
com.intellij.lang.ASTNode node)
| Method Detail |
|---|
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
@NotNull public KtBlockExpression getTryBlock()
@NotNull public java.util.List<KtCatchClause> getCatchClauses()
@Nullable public KtFinallySection getFinallyBlock()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||