DeclarationsProcessor

interface DeclarationsProcessor

Interface for classes that need to process some declarations in order to work properly.

This class should be implemented by any class present within a meta-environment.

Functions

Link copied to clipboard
abstract fun processDeclarations(sequence: Sequence<Declaration<*>>)

Process the given sequence of declarations.