ktast
Toggle table of contents
0.11.0
common
Platform filter
common
Switch theme
Search in API
ktast
ast
/
ktast.ast
/
Node
/
Expression
/
WhenExpression
/
ConditionalWhenBranch
/
ConditionalWhenBranch
Conditional
When
Branch
constructor
(
conditions
:
List
<
Node.Expression.WhenExpression.WhenCondition
>
,
arrow
:
Node.Keyword.Arrow
,
body
:
Node.Expression
,
supplement
:
NodeSupplement
=
NodeSupplement()
)