ResolvableDeclaration

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

A declaration that can be built into an IdentifierResolver.

Inheritors

Constructors

Link copied to clipboard
constructor(identifier: Identifier<T>)

Properties

Link copied to clipboard

The identifier for this declaration.

Link copied to clipboard

Tags attached to this declaration.

Functions

Link copied to clipboard

Create the resolver.

Link copied to clipboard

Adds the given tag to this declaration.

Adds the given tags to this declaration.