swiftpoet / io.outfoxx.swiftpoet / AnyTypeSpec

AnyTypeSpec

abstract class AnyTypeSpec : AttributedSpec

Constructors

<init>

AnyTypeSpec(name: String, attributes: List<AttributeSpec> = listOf())

Properties

name

val name: String

Inheritors

TypeAliasSpec

A generated typealias declaration

class TypeAliasSpec : AnyTypeSpec

TypeSpec

A generated class, struct, enum or protocol declaration.

class TypeSpec : AnyTypeSpec