Modifier
Types
Link copied to clipboard
data class AnnotationSet(val target: Node.Modifier.AnnotationSet.AnnotationTarget?, val lBracket: Node.Keyword.LBracket?, val annotations: List<Node.Modifier.AnnotationSet.Annotation>, val rBracket: Node.Keyword.RBracket?, val supplement: NodeSupplement = NodeSupplement()) : Node.Modifier
AST node that represents an annotation sets. The node corresponds to KtAnnotation or KtAnnotationEntry not under KtAnnotation.
Link copied to clipboard
Common interface for keyword modifiers.