ktast
Toggle table of contents
0.11.0
common
Platform filter
common
Switch theme
Search in API
ktast
ast
/
ktast.ast
/
Node
/
WithStatements
With
Statements
interface
WithStatements
Common interface for AST nodes that have statements.
Inheritors
BlockExpression
LambdaExpression
Members
Properties
statements
Link copied to clipboard
abstract
val
statements
:
List
<
Node.Statement
>
list of statements.