KotlinScript
data class KotlinScript(val annotationSets: List<Node.Modifier.AnnotationSet>, val packageDirective: Node.PackageDirective?, val importDirectives: List<Node.ImportDirective>, val expressions: List<Node.Expression>, val supplement: NodeSupplement = NodeSupplement()) : Node, Node.KotlinEntry
Constructors
Link copied to clipboard
constructor(annotationSets: List<Node.Modifier.AnnotationSet>, packageDirective: Node.PackageDirective?, importDirectives: List<Node.ImportDirective>, expressions: List<Node.Expression>, supplement: NodeSupplement = NodeSupplement())