ktast
0.9.3
common
ast
/
ktast.ast
/
Node
/
WithModifiers
With
Modifiers
interface
WithModifiers
:
Node.WithAnnotationSets
Common interface for AST nodes that have modifiers.
Inheritors
ClassOrObject
EnumEntry
SecondaryConstructor
PrimaryConstructor
FunctionDeclaration
PropertyDeclaration
Accessor
TypeAliasDeclaration
Type
TypeParameter
FunctionParameter
TypeArgument
Members
Properties
annotation
Sets
Link copied to clipboard
open
override
val
annotationSets
:
List
<
Node.Modifier.AnnotationSet
>
list of annotation sets.
modifiers
Link copied to clipboard
abstract
val
modifiers
:
List
<
Node.Modifier
>
list of modifiers.