ResolvableDeclaration

abstract class ResolvableDeclaration<T : Any>(identifier: Identifier<T>) : Declaration<T>

A declaration that can be built into an IdentifierResolver.

Constructors

Link copied to clipboard
fun <T : Any> ResolvableDeclaration(identifier: Identifier<T>)

Functions

Link copied to clipboard

Create the resolver.

Properties

Link copied to clipboard

The identifier for this declaration.

Link copied to clipboard

Tags attached to this declaration.

Inheritors

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard

Adds the given tag to this declaration.

Adds the given tags to this declaration.