ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
WithDeclarations
With
Declarations
interface
WithDeclarations
Common interface for AST nodes that have declarations.
Inheritors
KotlinFile
ClassBody
Members
Properties
declarations
Link copied to clipboard
abstract
val
declarations
:
List
<
Node.Declaration
>
list of declarations.