Builder

interface Builder<out T : OriginatingElementsHolder.Builder<T>>

The builder analogue to OriginatingElementsHolder types.

Functions

addOriginatingElement
Link copied to clipboard
open fun addOriginatingElement(originatingElement: Element): T
Adds an originatingElement to this type's list of originating elements.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

originatingElements
Link copied to clipboard
abstract val originatingElements: MutableList<Element>
Mutable map of the current originating elements this builder contains.

Inheritors

FunSpec
Link copied to clipboard
PropertySpec
Link copied to clipboard
TypeSpec
Link copied to clipboard