Modifier

interface Modifier : Node

Common interface for modifiers.

Inheritors

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.

Properties

Link copied to clipboard

Supplemental data for the node.