ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
WithPostModifiers
With
Post
Modifiers
interface
WithPostModifiers
Common interface for AST nodes that have post-modifiers.
Inheritors
FunctionDeclaration
Accessor
Members
Properties
post
Modifiers
Link copied to clipboard
abstract
val
postModifiers
:
List
<
Node.PostModifier
>
list of post-modifiers.