RecordDeclaration

constructor()(source)
constructor(modifiers: NodeList<Modifier>, name: String)(source)
constructor(modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, name: SimpleName, parameters: NodeList<Parameter>, typeParameters: NodeList<TypeParameter>, implementedTypes: NodeList<ClassOrInterfaceType>, members: NodeList<BodyDeclaration<out Any>>, receiverParameter: ReceiverParameter)(source)


constructor(tokenRange: TokenRange, modifiers: NodeList<Modifier>, annotations: NodeList<AnnotationExpr>, name: SimpleName, parameters: NodeList<Parameter>, typeParameters: NodeList<TypeParameter>, implementedTypes: NodeList<ClassOrInterfaceType>, members: NodeList<BodyDeclaration<out Any>>, receiverParameter: ReceiverParameter)(source)

This constructor is used by the parser and is considered private.