swiftpoet / io.outfoxx.swiftpoet / AttributedSpec

AttributedSpec

open class AttributedSpec

Constructors

<init>

AttributedSpec(attributes: List<AttributeSpec> = listOf())

Properties

attributes

val attributes: List<AttributeSpec>

Inheritors

AnyTypeSpec

abstract class AnyTypeSpec : AttributedSpec

EnumerationCaseSpec

class EnumerationCaseSpec : AttributedSpec

FunctionSpec

A generated function declaration.

class FunctionSpec : AttributedSpec

ImportSpec

class ImportSpec : AttributedSpec, Comparable<ImportSpec>

ParameterSpec

A generated parameter declaration.

class ParameterSpec : AttributedSpec

PropertySpec

A generated property declaration.

class PropertySpec : AttributedSpec