ktast
Toggle table of contents
0.11.0
common
Platform filter
common
Switch theme
Search in API
ktast
ast
/
ktast.ast
/
Node
/
WithDeclarations
With
Declarations
interface
WithDeclarations
Common interface for AST nodes that have declarations.
Inheritors
KotlinFile
ClassBody
ScriptBody
Members
Properties
declarations
Link copied to clipboard
abstract
val
declarations
:
List
<
Node.Declaration
>
list of declarations.