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