ktast
0.9.3
common
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.