toggle menu
ktast
0.9.4
common
switch theme
search in API
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.